Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Test Multimedia 2017</title>
  5. <link rel="stylesheet" href="style.css">
  6. <script src ="jquery.js"></script>
  7. <script src="lib.js"></script>
  8. </head>
  9. <body>
  10. <header></header>
  11. <main>
  12. <div class="container">
  13.  
  14. <div class="name">
  15. <h3>Namen trekken!</h3>
  16. </div>
  17. <div class="button">
  18.  
  19. <button>Online shops</button>
  20. </div><div class="clear"></div>
  21. <div class="vraag">
  22. <h3>Voor wie zal jij cadeautjes moeten kopen?</h3>
  23. <button class="trek">Trek een naam</button>
  24. </div>
  25.  
  26.  
  27. <div id = "cado">
  28. <div class= 'randname'>
  29.  
  30. </div>
  31. <ul class="clearfix">
  32. <li><label><input type="checkbox" value="Whistle Keyfinder"> Whistle Keyfinder</label></li>
  33. <li><label><input type="checkbox" value="Smartphone Projector"> Smartphone Projector</label></li>
  34. <li><label><input type="checkbox" value="Bedside Pocket"> Bedside Pocket</label></li>
  35. <li><label><input type="checkbox" value="Flessen Licht"> Flessen Licht</label></li>
  36. <li><label><input type="checkbox" value="Monkey Nail Dryer"> Monkey Nail Dryer</label></li>
  37. <li><label><input type="checkbox" value="Flexible Phone Holder"> Flexible Phone Holder</label></li>
  38. <li><label><input type="checkbox" value="Mr. Tea"> Mr. Tea</label></li>
  39. <li><label><input type="checkbox" value="Alcohol Tester"> Alcohol Tester</label></li>
  40. <li><label><input type="checkbox" value="Tea Fishermen"> Tea Fishermen</label></li>
  41. <li><label><input type="checkbox" value="Weekly Dry Erase Board"> Weekly Dry Erase Board</label></li>
  42. <li><label><input type="checkbox" value="Bike Phone Holder"> Bike Phone Holder</label></li>
  43. <li><label><input type="checkbox" value="Flexible Tablet Holder"> Flexible Tablet Holder</label></li>
  44. <li><label><input type="checkbox" value="Memo Olifant"> Memo Olifant</label></li>
  45. <li><label><input type="checkbox" value="Diamond Glasses"> Diamond Glasses</label></li>
  46. <li><label><input type="checkbox" value="BBQ Brandijzer"> BBQ Brandijzer</label></li>
  47. </ul>
  48. <button id="bevestig">Bevestig je keuze</button>
  49. </div>
  50.  
  51. <div id="bedankt">
  52.  
  53. </div>
  54. </div>
  55. </main>
  56. <footer>
  57. &copy; 2017 Mikiyas Astatke
  58. </footer>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement