Re: Hunh???

On Sun, 2004-05-16 at 22:01, Theresa Mesa wrote:
> I validated my page, http://home.earthlink.net/~mesa_test, and it found 
> two "errors."
> 
> The first was a closing head tag. I've searched the code after my 
> opening <head> tag, and I didn't find any extra </head> tags on line 
> 43.

In HTML 4.01, <head>, </head>, <body> and </body> are optional.
<noscript> is allowed only in <body>
Thus when you have <noscript> in the <head>, you are actually saying:
</head><body><noscript>.

> The other error was an onLoad script contained within the opening body 
> tag.

No, that is the entire <body> tag, and for the same reason.

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>

Received on Sunday, 16 May 2004 17:21:38 UTC