CodeAgeBy Sitezack
HTML for Builders — Level 2Your complete fan page0 XP
Chapter progress0/6

Lesson 3 of 7

Title and navigation menu

The big <h1> heading lives in the header: it's your page's name, and there's only one.

A menu is built with <nav> containing <a href="#"> links. Visitors click them to move around.

<header>
  <h1>Nova fan</h1>
  <nav>
    <a href="#photos">Photos</a>
    <a href="#facts">Facts</a>
  </nav>
</header>

🎯 Your mission

In your <header>: add an <h1> with your star's name (real or invented!) and a <nav> with at least 2 <a> links.

PRO lesson

This advanced chapter is part of CodeAge PRO. Unlock it to keep your adventure going.

Discover PRO