Validator error

Hi 

The validator treats the following as valid, when it's not.  See the lines between the <BODY> tags.  Is this a problem with the validator or have I missed something?  I haven't yet subscribed to the mailing list so if you have an answer could you reply to my email, please.

Cheers, Ferdi Klesch

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Validator problem?</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
  <h2 <em>What is HTML?</em></h2>
  <h1 <i>Hello there</i></h1>
  <em <b>Hi There</b></em>
</body>
</html>

Received on Wednesday, 24 September 2003 22:55:11 UTC