The <video> element works almost identically to <audio> — same <source> pattern, same attribute family — but adds visual-specific features: a poster image, width/height, and the crucial <track> element for synchronized captions. Accessible video is also a legal requirement in many jurisdictions.
1-A 2-A 3-A 4-A | 5 controls 6 preview (an image) 7 = <video controls width="640" poster="p.jpg" src="clip.mp4"></video> 8 = Accessibility (deaf users), noisy places, SEO 9 = Control/no branding vs bandwidth cost; iframe offloads hosting | 10 = <track src="en.vtt" kind="captions" srclang="en" label="English">