Add a video element with controls.
Acceptance criteria
- 1.Add a video element with controls.
HTML Tutorial · HTML Images and Media
These 10 tasks go with the HTML Video chapter. 5 of them ask you to build something small from scratch; 5 give you code that is already broken and ask you to work out why. Set aside about 90 minutes for the whole set, though you can do them in any order.
Nothing here is marked by a person. When you press Submit, the editor checks your code against the points listed under each task and tells you straight away what passed and what didn't (you need a free account to submit). If you get stuck, there are hints, and a worked solution once you've had a go. The first 2 tasks are free; the rest are part of the practice plan.
If it's been a while since you read the chapter, here is how it starts: “The HTML element allows you to embed videos directly on web pages without relying on external plugins. You can display movies, tutorials, animations, or any video content. supports multiple formats, provides built-in controls, and can autoplay, loop, or be muted for a better user experience.” .
1.Add a video playerexercise · easy · 10 min
Add a video element with controls.
Passes when: Add a video element with controls.
2.Add a poster imageexercise · easy · 10 min · practice plan
Show a still before playback starts.
Passes when: Show a still before playback starts.
3.Add captionsexercise · easy · 10 min · practice plan
Add a track element for subtitles.
Passes when: Add a track element for subtitles.
4.Set the dimensionsexercise · easy · 10 min · practice plan
Give the video an explicit width and height.
Passes when: Give the video an explicit width and height.
5.Autoplay silentlyexercise · medium · 10 min · practice plan
Autoplay only works when the video is muted and inline.
Passes when: Autoplay only works when the video is muted and inline.
6.Fix the video with no controlsbug fix · easy · 8 min
Viewers cannot pause without controls.
Passes when: Viewers cannot pause without controls.
7.Fix the unmuted autoplaybug fix · easy · 8 min · practice plan
Browsers block autoplay unless the video is muted.
Passes when: Browsers block autoplay unless the video is muted.
8.Fix the missing captionsbug fix · easy · 8 min · practice plan
The video has no track for subtitles.
Passes when: The video has no track for subtitles.
9.Fix the wrong poster attributebug fix · easy · 8 min · practice plan
The still image uses poster, not thumbnail.
Passes when: The still image uses poster, not thumbnail.
10.Fix the img used for a videobug fix · easy · 8 min · practice plan
Moving pictures need a video element.
Passes when: Moving pictures need a video element.
Between them these tasks cover video element, poster, Captions and Muted autoplay.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.