Search This Blog

HTML Audio Tag Example

HTML Audio Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Audio Tag Example </h2>

<audio controls>
<source src="Jabra Song.mp4" type="audio/mp3">
this tag not support in your browser
</audio>
<p> this is audio tag </p>
</body>
</html>
OUTPUT
HTML Audio Tag Example

No comments:

Post a Comment