progWeb/where_to_go.html

35 lines
No EOL
835 B
HTML

<!DOCTYPE HTML>
<!--TEST-->
<html>
<head>
<title>Where To Go?</title>
<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>
<h1>Where To Go ?</h1>
<a href="islands.html">Islands</a>
</article>
</section>
<section>
<article>
<a href="mainland.html">Mainland</a>
</article>
</section>
</main>
<hr>
<footer class="B">
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>