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

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 7  |  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.  
  3. <head>
  4. <meta charset=utf-8>
  5.  
  6. <title>Untitled Document</title>
  7. </head>
  8.  
  9. <body>
  10.         <nav>
  11.         Navigation
  12.     </nav>
  13.     <section>
  14.         <article>
  15.             Artikel 1
  16.         </article>
  17.         <article>
  18.             Artikel 2
  19.         </article>
  20.     </section>
  21.     <aside>
  22.         Sidebar
  23.     </aside>
  24.     <footer>
  25.         Footer
  26.     </footer>
  27. </body>
  28.  
  29. </html>