- From: Terje Bless <link@pobox.com>
- Date: Fri, 14 Sep 2001 19:19:04 +0200
- To: Jonas Jørgensen <jonasj@jonasj.dk>
- cc: www-validator@w3.org
On 13.09.01 at 13:57, Jonas Jørgensen <jonasj@jonasj.dk> wrote: >Try going to: > >http://validator.w3.org/check?uri=http%3A%2F%2Fwww.oline.dk%2Fsch_map.asp%3Femnetypenr%3D1%26emnekategorinr%3D10&doctype=Inline > >On the bottom of the page, the error: > >Line 608, column 8: ></html> >Error: "HTML" not finished but document ended > >appears twice! Nope. The first error is in reference to element "HEAD", the latter refers to "HTML". What it's saying is that it has reached the end of the document but it still hasn't seen an end tag for "HEAD" and the same for "HTML".
Received on Friday, 14 September 2001 13:56:57 UTC