- From: Gergo Kiss <gege@dsd.sztaki.hu>
- Date: Thu, 10 Jul 2003 14:33:16 +0200
- To: www-validator@w3.org
- Cc: w3c-office@sztaki.hu
Dear W3C Validator Team, The following HTML source (made available online at http://gege.dsd.sztaki.hu/invalid.html) validates as HTML 4.01 Transitional, despite the fact that the last closing </tr> tag misses its closing > sign. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <title>Invalid HTML</title> </head> <body> <table border="1"> <tr> <td> xxx </td> </tr </table> </body> </html> Where is the problem? Best regards, Gergo KISS PS. When replying, please CC to my address, since I am not on the list.
Received on Thursday, 10 July 2003 08:40:59 UTC