<!DOCTYPE>
<html lang="en">
<head>
<title>Latihan PHP Part 1</title>
<div style="display: flex;">
<img width=290 height=280 src='fourFingersMeme.png'>
<video style="margin-left: 40px;" width="320" height="270" controls>
<source src="contohVideo.mp4" type="video/mp4">
</video>
</div>
<style type="text/css">
.tgl{
text-align:center;
font-family: verdana;
font-size: 20px;
color: white;
}
.text{
text-align:center;
font-family: Arial;
font-size: 30px;
color: white;
}
</style>
</head>
<body style="background-color:#42f5b9;">
<div style="margin-top: 10%;">
<?php
echo '<div class="text"> today`s date </div>';
echo '<br>';
echo '<div class="tgl">'.date("d-M-Y").'</div>';
?>
</div>
</body>
</html>
Tidak ada komentar:
Posting Komentar