W3C home > Mailing lists > Public > www-validator@w3.org > September 2002

Re: Validation Interpretation: Please help

From: Andrew McFarland <andrew.mcfarland@unite.net>
Date: Tue, 24 Sep 2002 09:30:09 +0100
Message-Id: <5.1.0.14.0.20020924092700.009facf0@127.0.0.1>
To: arkady <arkady473@yahoo.com>, www-validator@w3.org

At 03:05 24/09/2002 -0400, arkady wrote:
>**Line 45, column 5:
>   <tr />
>        ^
>Error: missing a required sub-element of "tr"

This is the most significant error.

<tr /> means the same as <tr></tr> - you have closed the tr element as soon 
as you have opened it.

Instead of <tr />, use <tr>.

Andrew

--
Andrew McFarland
UNITE Solutions
http://www.unite.net/
Received on Tuesday, 24 September 2002 04:34:21 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:29 UTC