What is wrong with my xhtml code, and why wont it display corretly in internet

KatiieBabiie[m]

New member
Oct 30, 2008
2
0
1
explorer? I am doing a project for class, I made this site, I have all the codes down pat, and now it wont display correctly? Does anyone know what is wrong with my code?

<!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" xml:lang="en" lang="en">

<head>
<title>NAME OF SITE</title>
</head>

<body bgcolor="pink" link="white" vlink="hotpink">
<font size=+4 color=white face=times new roman>NAVIGATION NAME</font>

<center>
<font size="+2" color="white" face="times new roman">
<a href="Gallery.html" tabindex="1">Gallery</a>&nbsp&nbsp&nbsp&nbsp
<a href="Biography.html" tabindex="2">Biography</a>&nbsp&nbsp&nbsp&nbsp
<a href="Education.html" tabindex="3">Education</a>&nbsp&nbsp&nbsp&nbsp
<a href="Resume.html" tabindex="4">Resume</a>&nbsp&nbsp&nbsp&nbsp
<a href="Contact.html" tabindex="5">Contact</a>&nbsp&nbsp&nbsp&nbsp</font></center><br><br>

<font size="+1" color="black" face="times new roman">This Page Is Currently Undergoing Construction</font><br><br><br><br><br><br>
<center><a href="default.html" tabindex="6">Back To Home Page</a></center></body>
</html>
 
Back
Top