w3c validator - possible error

URL: http://validator.w3.org/check

Examples used:
Example 1
<!DOCTYPE html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>

Example 2:
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>
</html>

As you can see, the first example doesn't have the <html> opening tag (which
should be required) and still pass the code as valid.

Received on Friday, 20 May 2011 06:56:32 UTC