Skip to content

Instantly share code, notes, and snippets.

@aspencer8111
Created December 1, 2017 14:43
Show Gist options
  • Save aspencer8111/44d13b4676be30571859f7f8f614cc84 to your computer and use it in GitHub Desktop.
Save aspencer8111/44d13b4676be30571859f7f8f614cc84 to your computer and use it in GitHub Desktop.
nav-example
<!DOCTYPE html>
<html>
  ...
  <body>
    <header>
     <nav>
       <ul>
         <li><a href='/index.html'>Home</a></li>
         <li><a href='/about.html'>About</a></li>
         <li><a href='/contact.html'>Contact</a></li>
       </ul>
     </nav>
    </header>
    ...
  </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment