I'm trying to understand why the w3 validator believe's the following
minimal document is invalid:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html lang="en">
<head>
</head>
<body>
</body>
</html>

There are two "errors":
1. Line 5 column 6: end tag for "HEAD" which is not finished
2. Line 8 column 6: end tag for "BODY" which is not finished.

--
Cheers,
Serdar Kilic
http://weblog.kilic.net/


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to