0
0
Fork 0
progWeb/mainland.html
2022-12-12 08:54:11 +01:00

38 Zeilen
Kein EOL
921 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Mainland</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 Mainland</h1>
<article>
<img src="athens.jpg">
<h2>Attica</h2>
<p></p>
</article>
</section>
</main>
<hr>
<footer class="B">
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>