Skip to content

Instantly share code, notes, and snippets.

@lindsayevans
Created December 19, 2010 23:41
Show Gist options
  • Save lindsayevans/747837 to your computer and use it in GitHub Desktop.
Save lindsayevans/747837 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<body>
<nav role="navigation" id="primary">abc</nav>
<nav role="navigation" id="secondary">def</nav>
<nav role="navigation" id="page">ghi</nav>
<nav role="navigation" id="footer">jkl</nav>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<body>
<nav id="primary" role="navigation">abc</nav>
<nav id="secondary" role="navigation">def</nav>
<nav id="page" role="navigation">ghi</nav>
<nav id="footer" role="navigation">jkl</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment