New in HTML5Image and Multimedia
Add audio that can be viewed with an HTML5 enabled browser without the use of plug-ins.
Attributes for <audio>
Type | Attribute List |
'Standard' Attributes | "autoplay", "controls", "crossorigin", "loop", "mediagroup", "muted", "preload", and "src" |
Browser Compatibility Notes
- Consider providing fallback for older browsers by using a Flash <object> element within the <audio> element. The <object> element (if in a <audio> element) will be ignored in browsers that support the <audio> element.
Recommended Links
Search Engine Links (for more information)