HTML Video
The <video> element embeds video natively without plugins like Flash.
Key Attributes
src— Video file URLcontrols— Show playback UIautoplay— Play on load (needsmutedin most browsers)loop— Loop the videomuted— Mute audioposter— Thumbnail image shown before playingwidth/height— Video dimensions
Embedding YouTube
YouTube videos are embedded with an <iframe>, not the <video> tag.