Source Code: Byron Devilliers
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hydroplanes, Home page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header> <h1>HydroPlanes</h1></header>
<nav>
<a href="index.html">Home</a>
<a href="info.html">Information</a>
<a href="gallery.html">Gallery</a>
<a href="media.html">media</a>
</nav>
<section>
<h2>What Hydroplanes are?</h2>
<p>Hydroplanes are vehicles designed to travel quickly on water. They glide over the surface, reducing drag and increasing speed. They are often used in boat racing.</p>
<img src="images/Hydroplane.photo.jpg">
</section>
<footer>
© 2025 Byron De Villiers
</footer>
</body>
</html>