show-notice
hide-notice

Friday 9 August 2013

HTML 5 audio Tag


Introduction:

The HTML <audio> tag is used to specify audio on an HTML document.

Example:
<html>
<head>
<title>HTML 5 audio Tag</title>
</head>
<body>
<audio src="your audio source here" controls>
<p>If you are reading this, it is because your browser does not support the audio 

element.</p>
</audio>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com