Advertisement
GertMoey

Untitled

Oct 2nd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <link href="reset.css" rel="stylesheet" type="text/css" />
  6. <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
  7. <meta charset="utf-8" />
  8. <meta name="author" content="Gert Moeyaert"/>
  9. <title>Rock Werchter 2014</title>
  10. </head>
  11. <body>
  12. <header>
  13. <h1>Rock Werchter met navigatie!</h1>
  14. </header>
  15. <nav>
  16. <ul>
  17. <li class="programma"><a href="#">Programma</a>
  18. <ul>
  19. <li><a href="#">3 juli</a></li>
  20. <li><a href="#">4 juli</a></li>
  21. <li><a href="#">5 juli</a></li>
  22. <li><a href="#">6 juli</a></li>
  23. </ul>
  24. </li>
  25. <li class="tickets"><a href="#">Tickets</a>
  26. </li>
  27. <li class="camping"><a href="#">Camping</a>
  28. </li>
  29. <li class="nieuws"><a href="#">Nieuws</a>
  30. </li>
  31. </ul>
  32. </nav>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement