Html site 7 5/1/2017


SUBMITTED BY: canonical

DATE: May 2, 2017, 1:36 a.m.

FORMAT: HTML

SIZE: 2.6 kB

HITS: 297

  1. If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html
  2. --------------------------------------------------------------------------------------
  3. <!DOCTYPE html>
  4. <html lang="nl">
  5. <head>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Dier website</title>
  9. <link rel="stylesheet" type="text/css" href="Css/dierensite.css">
  10. <link rel="stylesheet" type="text/css" href="Css/normalize.css">
  11. <link rel="author" href="mailto:bia.paulaa@gmail.com?Subject=Vraag">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <div class="kleurverloop"></div>
  16. <header>
  17. <img src="Images/tijger.jpg" alt="tijger">
  18. <nav>
  19. <ul>
  20. <li><a href="#">Amfibie&euml;n</a></li>
  21. <li><a href="#">Vogels</a></li>
  22. <li><a href="#">Vissen</a></li>
  23. <li><a href="#">Zoogdieren</a></li>
  24. </ul>
  25. </nav>
  26. </header>
  27. <main>
  28. <section>
  29. <h3>Salamander</h3>
  30. <p>Categorie amfibie&euml;n</p>
  31. </section>
  32. <section>
  33. <h3>Huismus</h3>
  34. <p>Categorie vogels</p>
  35. </section>
  36. <section>
  37. <h3>Brasem</h3>
  38. <p>Categorie vissen</p>
  39. </section>
  40. <section>
  41. <h3>Koala</h3>
  42. <p>Categorie zoogdieren</p>
  43. </section>
  44. <figure>
  45. <img src="Images/boomkikker.jpg" alt="boomkikker">
  46. <figcaption>Boomkikker</figcaption>
  47. </figure>
  48. <figure>
  49. <img src="Images/papegaai.jpg" alt="papegaai">
  50. <figcaption>Papegaai</figcaption>
  51. </figure>
  52. <figure>
  53. <img src="Images/huiskat.jpg" alt="huiskat">
  54. <figcaption>Huiskat</figcaption>
  55. </figure>
  56. <figure>
  57. <img src="Images/forel.jpg" alt="forel">
  58. <figcaption>Forel</figcaption>
  59. </figure>
  60. <figure>
  61. <img src="Images/shi%20tzu.jpg" alt="shih tzu">
  62. <figcaption>Shih Tzu</figcaption>
  63. </figure>
  64. <figure>
  65. <img src="Images/aalscholver.jpg" alt="aalscholver">
  66. <figcaption>Aalscholver</figcaption>
  67. </figure>
  68. </main>
  69. <footer>
  70. <h4>Deze pagina is gemaakt voor opdracht 4 van de LOI-module HTML5 &amp; CSS3.</h4>
  71. </footer>
  72. </div>
  73. </body>
  74. </html>

comments powered by Disqus