Structural HTML5 & the Semantic Web - Skillcrush

PHOTO EMBED

Tue Aug 01 2023 13:47:49 GMT+0000 (Coordinated Universal Time)

Saved by @Black_Sheep

<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>
content_copyCOPY

https://learn.skillcrush.com/module-6/structural-html5-the-semantic-web/