- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Fri, 16 May 2008 21:40:23 +0300
- To: "Info" <info@janorsolutions.com>, <www-validator@w3.org>
Info wrote:
> Here is the complete code for the page.
In future, please post the URL only.
> All objects are displayed using DHTML:
That's irrelevant to validation.
> <meta name='robots' content='no index, no follow'>
That's valid but pointless, since what robots recognize is "noindex,
nofollow".
> <body>
>
> <!--
>
> All Janor Solutions Interactive Pages are protected by
> password, and Secure Socket Layer Encryption.
>
> All code contained within them is protected by copyright.
>
> All attempts to bypass this security will be prosecuted
> to the fullest extent of the law.
>
> -->
>
> </body>
The body element thus has no non-blank content.
> Line 18, Column 6: end tag for "BODY" which is not finished.
>
> Please Explain.
According to the doctype you are declaring, the body element needs some
block-level content.
Either use a Transitional DTD or include <div></div> in the body
element. This of course won't address the problem that when client-side
scripting is disabled in a browser, the page is completely empty.
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Received on Friday, 16 May 2008 18:41:00 UTC