Advertisement
wclendining

HTML-BodyContent

Mar 15th, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.69 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.    <div id="main">
  13.       <nav id="leftbar">
  14.          This is the left wisdebar content
  15.       </nav>
  16.       <aside id="rightbar">
  17.          This is the right sidebar content
  18.       </aside>
  19.       <article>
  20.          <h1>Integer bibendum pharetra</h1>
  21.          <p>Nullam tempus nisi turpis, sit amet volutpat dui varius ac.</p>
  22.       </article>
  23.    </div>
  24.    <footer>
  25.       <h2>This is the footer</h2>
  26.    </footer>
  27. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement