Re: [VE][64] Error Message Feedback

On Tue, May 24, 2005 at 11:59:30AM +0200, Marie Chamoreau wrote:
>    I am trying to respect code HTML 4.01 Strict, for a web site for blind
>    people, on this page first: http://www.hydraeurope.com/index.html
> 
>    and and there are its faults which I do not manage to solve:
> 
>    1.     Line 11, column 5: document type does not allow element "HEAD" here


The opening tag for <head> is optional, and <meta> can appear ONLY
inside the <head> section. Thus when you have a <meta> element on line
4 you imply the opening tag for a head element at the same time.

Thus when you get to line 11, you are trying to place one head element
inside another.

(Responses to the mailing list please, not directly to my inbox, thanks)

-- 
David Dorward                                      http://dorward.me.uk

Received on Tuesday, 24 May 2005 11:01:04 UTC