No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

where_to_go.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="css/text.css">
  5. <title>Where To Go?</title>
  6. </head>
  7. <body>
  8. <header>
  9. <nav class="B">
  10. <a href = "main.html">Main Page</a>
  11. <a href = "where_to_go.html">Where To Go</a>
  12. <a href = "history_mythology.html">History and Mythology</a>
  13. <a href = "food_lifestyle.html">Food and Lifestyle</a>
  14. <a href = "faq.html">Frequently Asked Questions</a>
  15. </nav>
  16. </header>
  17. <main>
  18. <section>
  19. <h1>Where To Go ?</h1>
  20. <article>
  21. <a href="islands.html" style="float: left;">Islands</a>
  22. <br>
  23. <br>
  24. <br>
  25. <div style="text-align:center;">
  26. <img src="photos/islands_map.png" width="500px">
  27. </div>
  28. </article>
  29. <article>
  30. <a href="mainland.html" style="float: left;">Mainland</a>
  31. <br>
  32. <br>
  33. <br>
  34. <div style="text-align:center;">
  35. <img src="photos/map_greece.png" width="500px">
  36. </div>
  37. </article>
  38. </section>
  39. </main>
  40. </body>
  41. </html>