Ahh sorry!! I'm quite new to all this lol.
Here's the HTML for my homepage:
<!DOCTYPE html>
<html>
<head>
<title>Team Artifex Homepage</title>
<link rel="stylesheet" media="screen" href="styles/screen.css">
<link rel="stylesheet" media="handheld" href="styles/handheld.css">
<meta charset="UTF-8">
</head>
<body>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="meettheteam.html">Meet the Team</a></li>
<li><a href="racingpage.html">Racing Page</a></li>
<li><a href="projectpage.html">Projects</a></li>
<li><a href="servicespage.html">Services</a></li>
</ul>
<div class="main">
<br>
<h3>Welcome to the Artifex Ingenium Racing Team Website</h3>
</div>
<div class="textfloat">
<b>Artifex Ingenium</b> is an innovative new racing team, designed by students for students. Here at Artifex Ingenium,
we believe that innovation is key to the future of motorsport, and we fully
support and encourage students to be the best they can be.<br>
</div>
<div class="newsfeed">
<b>Latest News</b>
<br>
</div>
<img src="x-images/newsbox2.jpg" title="News Box" alt="News Box">
</body>
</html>
Thank you

!