progWeb/mainland.html
2022-12-12 09:02:21 +01:00

39 lignes
Pas d'EOL
973 o
HTML

<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<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>