<header>
    <h1>My First Web Page!</h1>
    <nav>
        <a href="#about">About</a>
        ...
    </nav>
</header>
<main>
    <section id="about">
        <p>This is my about section...</p>
    </section>
</main>