Skip to content

Instantly share code, notes, and snippets.

@mgiulio
Created February 23, 2011 11:06
Show Gist options
  • Select an option

  • Save mgiulio/840295 to your computer and use it in GitHub Desktop.

Select an option

Save mgiulio/840295 to your computer and use it in GitHub Desktop.
HTML navigation list markup
<ul id="nav">
<li><a href="#" title="Home Page" rel="nofollow">Home</a></li>
<li><a href="#" title="About" rel="nofollow">About</a></li>
<li><a href="#" title="Projects" rel="nofollow">Projects</a></li>
<li><a href="#" title="Contact" rel="nofollow">Contact</a></li>
</ul>
<!--
http://en.wikipedia.org/wiki/Nofollow
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment