- From: Manuel Calvo <ak.abaddon@gmail.com>
- Date: Thu, 19 May 2011 07:45:33 -0700
- To: www-validator@w3.org
Received on Friday, 20 May 2011 06:56:32 UTC
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