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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:21 UTC