Practice ยท 1 of 2
Structure the Bakery Page
The boilerplate has content dumped in plain divs. Restructure it using semantic elements โ do not change the visible text.
Requirements:
- Wrap the site name in a <header>.
- Put the two links in a <nav>.
- Wrap ALL page content in exactly one <main> (it should contain the sections).
- Turn the two content blocks into <section> elements, each keeping its own heading.
- Add a <footer> containing the copyright paragraph.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Semantic HTML & Page Structure โ Practice