Validator

I got 4 problems with validating HTML.
1. The W3C Validator says "document type does not allow element "META"
here".The META elements are in the head element though.
2."document type does not allow element "STYLE" here" appears for my style
element(it's in the head too)
3."end tag for element "HEAD" which is not open" appears on my head element.
There are no other </head>'s(?).
4. "document type does not allow element "BODY" here"
appears for no reason(!!!!!!!!!!!??????????).


By the way, this document is HTML 4.01 Strict and the code is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>The CVGA MUD!</title>
<noscript><p>Your browser doesn't support javascript!Please upgrade your
browser!</noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="EN">
<meta name="rating" content="General">
<meta name="keywords" content="video games,games,video,MUD,MUDs,CVGA">
<meta name="abstract" content="Here, get info on some great info!">
<meta name="title" content="The CVGA MUD!">
<meta name="description" content="A great text-based MUD">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Page-Enter"
content="revealtrans(duration=2,transition=11)">
<meta name="author" content="Xuan Yuan H.">
<meta name="contact" content="xuanyuan@cox.net">
<meta http-equiv="refresh" content="60">
<style type="text/css">
<!--
body {text-align:center;}
h5 {color:#C0C0C0;}
ul.reasons {list-style-type:circle;}
a:link {color:#FF0000;}
a:visited {color:#00FF00;}
a:hover {color:#FF00FF;}
a:active {color:#0000FF;}
div.formfrom {font-family:Arial, Helvetica size:2}
div.searchby {size:1 font-family:arial,helvetica}
#quakenotice_ie{
font:normal 14px Arial;
position:absolute;
width:300px;
height:55px;
border:2px solid black;
background-color:lightyellow;
visibility:hidden;
}
-->
</style>
</head>
<body>
<p><img src="../Pics/cvgabanner.gif" alt="CVGA">
<a href="PEI.html">Right this way...</a><hr>
<p>CVGA stands for "Coruption of the Video Gamers Alliance".A completly web
based MUD, instead of<br>
opening a new "black window",unlike other MUDs it works in the browser
window. Except for this page,<br>
this MUD id text-based so text-only browsers like Lynx can play this as
well, making this MUD compatible<br>
with every browser (I think...).
</body>
</html>

Please, I would like to know what's hapenning!

Received on Tuesday, 28 June 2005 01:14:45 UTC