html validator help?????

John

New member
what is wrong with this code



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Halloween Party Flyer</title>
<style type="text/css">

body {
font-family:Arial, Verdana, sans-serif;
color:black;
background-color:white;
}

h1{
font-family:Calligrapher, Magneto;
text-align:center;
}

a:link{
color:orange;
}

#special{
font-style:italic;
font-size:1.2em;
}

#ifif{
text-align:center;
}

</style>
</head>
<body>

<div id="fif">
<span id="image"><img src="halloween.gif" alt="Halloween"/></span>
</div>

<h1>Halloween Dinner Dance</h1>

<p>Our second annual <span id="special">Halloween Dinner &amp Dance</span> is going to be held
on Friday, October 31, 2003, from 8:00 p.m. until midnight. Come join us for some good food, spooky
fun, and music to dance the night away!</p>

<h3>Dinner includes:</h3>

<ul>
<li>Bat soup</li>
<li>Rack of witch spare ribs</li>
<li>A ghostly surprise for dessert</li>
</ul>
<p>
Music is provided by Scary and the Daylights with Tom McKnight as the DJ.
</p>

<p>Costumes come in all types and sizes. Judging for best costumes begins at 10:00 p.m. in the main lobby.
Many prizes are given for costumes, so dig into that closet, raid the basement, or visit Costumes-Are-Us for a rental.</p>

<p>Write us at <strong><a href="mailto:[email protected]">Halloween Dinner & Dance</a></strong> for reservations.</p>

<p>Last updated September 22, 2008.</p>

</body>
</html>
 
Back
Top