Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2.   <html>
  3.   <head>
  4.     <meta charset="UTF-8">
  5.     <title>My New Page with Nav</title>
  6.   </head>
  7.   <body>
  8.     <div>
  9.       <nav class="nav">
  10.         <p>this is nav text</p>
  11.       </nav>
  12.     </div>
  13.   </body>
  14. </html>