Advertisement
Guest User

Untitled

a guest
Jun 21st, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <header>
  2.         <h1>Logo</h2>
  3. </header>
  4. <footer>
  5.     <h2>Footer</h2>
  6.     <nav>
  7.         <h3>Site Navigation</h3>
  8.         <ul>
  9.             <li><a href="#" title="Textures">Textures</a></li>
  10.             <li><a href="#" title="Premium">Premium</a></li>
  11.             <li><a href="#" title="About Us">About Us</a></li>
  12.             <li><a href="#" title="Contact">Contact</a></li>
  13.         </ul>
  14.     </nav>
  15. </footer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement