Skip to content

Instantly share code, notes, and snippets.

@ckundo
Last active December 17, 2015 11:09
Show Gist options
  • Save ckundo/5599774 to your computer and use it in GitHub Desktop.
Save ckundo/5599774 to your computer and use it in GitHub Desktop.
Skip Navigation Link Example
<body>
<a href="#main">Skip to main content</a>
<nav role='navigation'>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div id="main" role="main">
<!-- page specific content -->
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment