Can somebody fix my HTML for me?

Levi R

New member
I'm failing Web Design because my teacher is a freakin bitch and she wont show me how to do this. So can somebody fix it? Thanks.


Here it is-



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html

xmlns="http://www.w3.org/1999/xhtml">


<head>





<title> About Me: Levi Rains </title>






<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<link href="personal.css" type="text/css" rel="stylesheet"/>


</head>


<!--
Lab

3 assignment
About me(
Levi Rains)
January 7th, 2010
-->

<body>

<div id="page">

<div id="header">


<h1> About Me: Levi Rains </h1>




</div> <!-- end of header div -->


<div id="right">


<h2> Background </h2>


<p> Hello, i'm Levi Rains. I like to mess around and cause havoc.

It's fun. I like to listen to music. My favorite band is The Killers. I play football for Evergreen. We suck pretty bad but that's okay I enjoy myself.

</p>


</div> <!-- end of right div -->




<div id="center">






<h2> Goals </h2>

<p> My first and most important goal is to get high school over with. I really really really dislike high school and homework.

School would probably be fun if there was no homework. I want to attend either <em>Clark College or Eastern Washington University</em>. It would be really cool to

play college football at a small school, but that is highly unlikely,you have to be very talented to play any college sports. </p>


</div> <!-- end of

center div -->


<div id="font">









<h2> My Favorite Link </h2>

<p> The website I get on most is <a href="http://espn.go.com/"> ESPN.com</a>. This is my favorite website because it has all the

latest news in the world of sports. And scores from the days games. It also has cool stories that I enjoy reading.</p>

<p> <img src="Vick.jpg" alt="Michael Vick scoring a TD against the Washington Redskins" width="800" height="558" />







</div> <!-- end of font div -->



<div id="footer">

© Levi Rains2010

</div> <!-- end of footer div -->


</div> <!-- end of page div -->
 
Back
Top