Posted By


Waldio on 05/29/11

Tagged


Statistics


Viewed 549 times
Favorited by 0 user(s)

HTML boilerplate


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <div id="wrapper">
  7. <div id="header">
  8. <h1>Bedrijfsnaam</h1>
  9. </div>
  10. <div id="navigatie">
  11. <ul id="nav">
  12. <li><a href="#">Home</a></li>
  13. <li><a href="#">About</a></li>
  14. <li><a href="#">Contact</a></li>
  15. </div>
  16. <div id="content">
  17. <h2>Pagina titel</h2>
  18. <p>Alinea's</p>
  19. </div>
  20. <div id="footer">
  21. &copy; copyright SITENAAM
  22. </div>
  23. </div>
  24. </body>
  25. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.