70 lines
No EOL
2 KiB
HTML
70 lines
No EOL
2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Islands</title>
|
|
</head>
|
|
<body class="A">
|
|
<header class="B">
|
|
<nav>
|
|
<a href>Main Page</a>
|
|
<a href>Where To Go</a>
|
|
<a href>History</a>
|
|
<a href>Food and Lifestyle</a>
|
|
<a href>Frequently Asked Questions</a>
|
|
</nav>
|
|
</header>
|
|
<hr>
|
|
|
|
<main class="B">
|
|
<section>
|
|
<article>
|
|
<a href="islands.html">Islands</a>
|
|
<a href="mainland.html">Mainland</a>
|
|
</article>
|
|
</section>
|
|
<section>
|
|
<h1>The Islands</h1>
|
|
<article>
|
|
<h2>Santorini</h2>
|
|
<img src="../santorini.jpg"
|
|
width="400"
|
|
height="200">
|
|
<p>One of the most well know islands in Greece, Santorini is in the middle of the Aegean sea. It is very touristy as it is know buy the whole world, but it is still rated as one of the best places to visit in Greece, with its white houses and turquoise beaches.</p>
|
|
|
|
</article>
|
|
<article>
|
|
<h2>Mykonos</h2>
|
|
<img src="../mykonos.jpg"
|
|
width="400"
|
|
height="300">
|
|
|
|
</article>
|
|
<article>
|
|
<h2>Paros</h2>
|
|
<img src="../paros.jpg"
|
|
width="400"
|
|
height="300">
|
|
|
|
</article>
|
|
<article>
|
|
<h2>Naxos</h2>
|
|
<img src="../naxos.jpg"
|
|
width="400"
|
|
height="250">
|
|
|
|
</article>
|
|
<article>
|
|
<h2>Chios</h2>
|
|
<img src="../chios.jpg"
|
|
width="400"
|
|
height="250">
|
|
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<hr>
|
|
<footer class="B">
|
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |