Skip to content

Instantly share code, notes, and snippets.

@chris-pearce
Last active May 14, 2016 13:40
Show Gist options
  • Save chris-pearce/3ad31f2ec0efe4040db94ac526ac2ca5 to your computer and use it in GitHub Desktop.
Save chris-pearce/3ad31f2ec0efe4040db94ac526ac2ca5 to your computer and use it in GitHub Desktop.
Examples of semantic HTML
<nav>
    <ul>
        <li>
            <a href="link1.html">Link 1</a>
        </li>
        <li>
            <a href="link2.html">Link 2</a>
        </li>
        <li>
            <a href="link3.html">Link 3</a>
        </li>
    </ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment