View Single Post
Old 04-26-2012, 09:23 AM   PM User | #3
REPattinson1
New to the CF scene

 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
REPattinson1 is an unknown quantity at this point
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 !
REPattinson1 is offline   Reply With Quote