HTML5 Audi
Browser Support
The numbers in the table specify the first browser version that fully supports the <audio> element.The HTML <audio> Element
Example
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
HTML Audio - Browser Support
In HTML5, there are 3 supported audio formats: MP3, Wav, and Ogg.The browser support for the different formats is:
Browser | MP3 | WebM | Ogg |
---|---|---|---|
Internet Explorer | YES | NO | NO |
Chrome | YES | YES | YES |
Firefox | YES | YES | YES |
Safari | YES | NO | NO |
Opera | YES (from Opera 25) | YES | YES |
0 comments:
Post a Comment