contoh html sederhana untuk menyisipkan gambar, audio, dan video :


contoh html sederhana untuk menyisipkan gambar, audio, dan video :

<html>
<head>
<title>tugas 3</title>
</head>
<body>
<p> <font size="40" font color="green"><p align="center">Dicky Setyawan
<marquee><font size="30" font color="green">welcome to my blog (multimedia)</marquee><br>
<body background="1278168_168784899983290_1490035683_o.jpg">
<audio src="D'Bagindas - Empat Mata.mp3" controls autoplay> </audio>
<audio src="D'Bagindas - Kangen.mp3" controls></audio>
<audio src="D'BAGINDAS - Sayang.mp3" controls></audio>
<audio src="Avril - Why.mp3" controls></audio>
<hr>
<img src="1387551373893.jpg" border="5" height="200" width="200">
<img src="10705238_276423305900577_1957683656_n.jpg" align="top" border="5" height="200" width="200">
<img src="avenged-sevenfold6.jpg" border="5" height="200" width="200">
<img src="Kerrang_4.jpg" border="5" height="200" width="200">
<img src="zacky-and-synyster-wallpaper.jpg" border="5" height="200" width="200">
<img src="1387551374585.jpg" border="5" height="200" width="200">

<hr>
<video controls autoplay>
<source src="dear god.mp4" type="video/mp4">

<object type="application/x-shockwave-flash"
data="player.swf?video=dear god.mp4">
<param name="movie" value="playe.swf?video=dear god.mp4">
<p>tidak ada dukungan flash</p>
</object>
</video>

</body>
</html>
tag <img src> digunakan untuk memasukkan gambar/image
tag <audio> digunakan untuk memasukkan audio/musik/suara.
tag <video> digunakan untuk memasukkan video.

Post a Comment

0 Comments