CodeAgeBy Sitezack
HTML & CSS for MakersYour own page, for real0 XP
Chapter progress0/5

Lesson 1 of 5

A real page structure

Semantic tags describe the role of each area: <header> for the top, <main> for the main content.

A clear structure makes your page readable — for browsers, search engines and other devs.

<header>…</header>
<main>…</main>

🎯 Your goal

Lay out the structure of your personal page: a <header> and a <main>.

index.html
Loading editor…

Preview

Run your code to see your page here.