Advertisement
wclendining

HTML-HeaderMore

Mar 14th, 2015
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <body>
  2.    <nav id="global">
  3.       global navigation stuff goes here.
  4.    </nav>
  5.    <header>
  6.       <h1>This is my site</h1>
  7.       <p class="TagLine">Our site tag line goes here.</p>
  8.    </header>
  9.    <nav id="cardinal">
  10.       cardinal navigation stuff goes here
  11.    </nav>
  12.    <article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement