Hi, HTML4 allows to omit the end tag of element <HTML> [1]. Tidy does not omit the end tag when using the -o parameter. Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> </head> <body> <p>text</p> </body> </html> Tidy's output is: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <body> <p>text </html> [1] http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML regards, Björn HöhrmannReceived on Tuesday, 19 October 1999 15:55:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:47 GMT