Anda sangat beruntung silahkan di order kesempatan terbatas.

Beli website gratis domain .com dan Hosting sebesar 100 Mega Byte.

Tag audio di HTML 5

Pada HTML 5 telah ditambahkan tag audio untuk memperdengarkan audio. Tag itu sederhana yaitu dengan <audio> dan file audionya.

Sebagai contoh tag untuk audio adalah :
<audio controls=”controls”>
<source src=”http://upload.wikimedia.org/wikipedia/en/4/41/Joy_to_the_World.ogg” type=”audio/ogg” />
</audio>

Source code lengkapnya adalah:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title>Audio Tag</title>
</head>
<body>
<audio controls=”controls”>
<source src=”http://upload.wikimedia.org/wikipedia/en/4/41/Joy_to_the_World.ogg” type=”audio/ogg” />
</audio>
</body>
</html>

Keyword yang banyak dicari :

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Facebook

Twitter