Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body>
- <nav id="global">
- global navigation stuff goes here.
- </nav>
- <header>
- <h1>This is my site</h1>
- <p class="TagLine">Our site tag line goes here.</p>
- </header>
- <nav id="cardinal">
- cardinal navigation stuff goes here
- </nav>
- <div id="main">
- <nav id="leftbar">
- This is the left wisdebar content
- </nav>
- <aside id="rightbar">
- This is the right sidebar content
- </aside>
- <article>
- <h1>Integer bibendum pharetra</h1>
- <p>Nullam tempus nisi turpis, sit amet volutpat dui varius ac.</p>
- </article>
- </div>
- <footer>
- <h2>This is the footer</h2>
- </footer>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement