HTML 5 audio controls
by saravana[ Edit ] 2012-12-24 18:45:17
HTML 5 audio controls
The
The
Currently, there are 3 supported file formats for the
Note: Internet Explorer 8 and earlier versions, do not support the
Syntax:
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>