Skip to content

Instantly share code, notes, and snippets.

@nhall
Last active June 7, 2019 17:37
Show Gist options
  • Select an option

  • Save nhall/8e4dee4799a7105bdaae05a04b1408a5 to your computer and use it in GitHub Desktop.

Select an option

Save nhall/8e4dee4799a7105bdaae05a04b1408a5 to your computer and use it in GitHub Desktop.
HTML for a flexible and accessible navigation element.
<nav aria-labelledby="nav_title">
<h2 class="visually_hide" id="nav_title">Site Navigation</h2>
<ul aria-labelledby="nav_title">
<li><a href="#">Academics</a></li>
<li><a href="#">Admission</a></li>
<li><a href="#">Student Life</a></li>
<li><a href="#">News</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment