Re: valide html?

* Nicolas wrote:

The correct mailing list for your problem would be www-validator@w3.org
(this list is used for feedback on the CSS Validator) but I suggest to
ask such questions on other mailing lists or newsgroups, since it is an
authoring problem. X'mailed to mentioned list.

>The following page is right, but some error are found :
>
>Error: end tag for element "HEAD" which is not open; try
>removing the end tag or check for improper nesting of elements 
>
>Error: there is no attribute "BORDER" for this element
>(in this HTML version)
>
>Are you sure is it no bug?

Yes, the frameset element must not occur in the head element and, as the
validator says, attribute border isn't defined in the used HTML version.

><html>
>  <head>
>    <title>
>      My personnal page
>    </title>
>    <frameset rows="78,*" border="0">
>      <frame src="top.html" scrolling="no" marginheight="0" noresize>
>      <frame src="main.html" scrolling="no">
>    </frameset>
>  </head>
></html>
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Tuesday, 14 August 2001 01:56:53 UTC