Add header, nav, main and footer.
Acceptance criteria
- 1.Add header, nav, main and footer.
HTML Tutorial · HTML References
These 10 tasks go with the Complete HTML5 Elements 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: “HTML5 made everyday markup more expressive. It gave familiar parts of a webpage meaningful names and added native tools for media, forms, and interactive interfaces.” .
1.Landmark the pageexercise · easy · 10 min
Add header, nav, main and footer.
Passes when: Add header, nav, main and footer.
2.Add a media elementexercise · easy · 10 min · practice plan
Add a video with controls.
Passes when: Add a video with controls.
3.Add an interactive elementexercise · easy · 10 min · practice plan
Add a details disclosure with a summary.
Passes when: Add a details disclosure with a summary.
4.Add a measurementexercise · easy · 10 min · practice plan
Show a progress bar.
Passes when: Show a progress bar.
5.A modern pageexercise · medium · 10 min · practice plan
Combine landmarks with a figure and a disclosure.
Passes when: Combine landmarks with a figure and a disclosure.
6.Fix the nav built from a divbug fix · easy · 8 min
A menu is a nav landmark.
Passes when: A menu is a nav landmark.
7.Fix the video with no controlsbug fix · easy · 8 min · practice plan
Give the viewer a way to play it.
Passes when: Give the viewer a way to play it.
8.Fix the accordion built from a divbug fix · easy · 8 min · practice plan
A disclosure is details plus summary.
Passes when: A disclosure is details plus summary.
9.Fix the bar built from a divbug fix · easy · 8 min · practice plan
Task completion is the progress element.
Passes when: Task completion is the progress element.
10.Fix the figure with no captionbug fix · easy · 8 min · practice plan
The image is unexplained.
Passes when: The image is unexplained.
Between them these tasks cover Landmarks, Media and Interactive elements.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.