progWeb/mainland.html
2022-12-06 18:19:51 +01:00

37 líneas
Sin EOL
897 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 Lifestile</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>Athens</h2>
</article>
</section>
</main>
<hr>
<footer class="B">
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>