Rabu, 16 November 2016

Video

<html>
<head>
<title>cek video</title>
</head>
<body>
<video controls>
<source src="VID_20161112_144055.3gp" type="video/3gp">
</video>
</body>
</html>

Image

<html>
<head>
<title>gambar</title>
</head>
<body>
<p>latihan menampilkan gambar</p>
<img src="IMG_2089.jpg"/>
</body>
</html>

Music WAV

<html>
<head>
<title>cek suara</title>
</head>
<body>
<audio controls>
<source src="threesixty-skatepunk_threesixty-dewi.wav" type="audio/wav">
</audio>
</body>
</html>

Music Ogg

<html>
<head>
<title>cek suara</title>
</head>
<body>
<audio controls>
<source src="threesixty-skatepunk_threesixty-dewi.ogg" type="audio/ogg">
</audio>
</body>
</html>

Music Mp3

<html>
<head>
<title>cek suara</title>
</head>
<body>
<audio controls>
<source src="threesixty-skatepunk_threesixty-dewi.mp3" type="audio/mp3">
</audio>
</body>
</html>