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

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 11  |  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. <title>Laurens Keulen Frontend week 1</title>
  5. </head>
  6.  
  7. <body>
  8. <h1>Hello</h1>
  9.  
  10.  
  11. <nav>   </nav>
  12.  
  13.  
  14. <div id="div1">
  15. Divider 1
  16.  
  17. </div>
  18.  
  19. <aside>Aside 1</aside>
  20.  
  21. <br> </br>
  22.  
  23. <section>
  24. Sectie 1
  25.         <article>Hoi </article>
  26.     <article>Hello </article>
  27.    
  28.  
  29.  
  30. </section)
  31.  
  32. <br> </br>
  33.  
  34. <article>Artikel 1</article>
  35.  
  36. <br></br>
  37.  
  38.  
  39.  
  40. <footer>
  41. Footer 2012
  42. </footer>
  43.  
  44.  
  45. </body>
  46.  
  47. </html>