HTML

HTML is a markup language for describing the pageview.

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>semantic</title>
  </head>
  <body>
    <header> 
      <nav> </nav>
    </header>
      <h1>nice</h1>
      <p>creating beautifully simple sites.</p>
      <a href="/design/">Learn more</a>
      <img src="/img/thing.png" alt="thing">
    <footer>
      <nav> </nav>
    </footer>
  </body>
</html>