<!doctype html>
<html lang="fr">
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="stylesheet" href="1.css"/>
        <title></title>
    </head>
    <body>
        <header>L'en-tĂȘte de page</header>
        <nav>Un menu</nav>
        <main>Le contenu principal</main>
        <footer>Le pied de page</footer>
    </body>
</html>