Lesson 2 of 7
The three zones of a real page
Real websites are split into zones: <header> at the top (the title), <main> in the middle (the content) and <footer> at the bottom (the info).
These tags don't change the look by themselves, but they organise your page — like the rooms of a house.
<header>…</header> <main>…</main> <footer>…</footer>
🎯 Your mission
Build the skeleton of your fan page: a <header>, a <main> and a <footer> (put a short text in each).
PRO lesson
This advanced chapter is part of CodeAge PRO. Unlock it to keep your adventure going.
Discover PRO →