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