<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Titre</title>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
      <nav id="menu-haut">
          <ul>
              <li class="current">Accueil</li>
              <li>Contact</li>
              <li>Qui sommes nous?</li>
              <li>Mentions Légales</li>
          </ul>
      </nav>    
      <h1>titre 1</h1>
      <h2>titre 2</h2>
      <h3>titre 3</h3>
      <h4>titre 4</h4>
      <h5>titre 5</h5>
      <h6>titre 6</h6>
  </body>
</html>