Source Code: Kaiden Dellabarca
<!DOCTYPE html>
<html>
<head>
<title>Antarctica</title>
<link rel="stylesheet" href="css.css">
</head>
<body>
<div id="title">
<h1>Antarctica</h1>
<nav>
<h4><a href="index.html">Home</a>
<a href="info.html">Information</a>
<a href="gallery.html">Antarctic Gallery</a></h4>
</nav>
</div>
<h2>A view of the continent</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TiXOQn7z9Hg?si=yEeN7lF2pJjDlDD3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<footer>
<br> <br> <br>
-2025, Kaiden Dellabarca-
</footer>
</body>
</html>