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

Lesson 2 of 5

Fill your page

The <h1> announces the page — only one per page, ideally inside the header.

The content unfolds inside <main>, with <p> paragraphs.

<header>
  <h1>Sam — game designer</h1>
</header>

🎯 Your goal

Inside the <header>, add an <h1> introducing yourself. Inside <main>, add at least two <p> (who you are, what you make).

index.html
Loading editor…

Preview

Run your code to see your page here.