Re: errors validating html 4.0

* Manuel Almonacid wrote:
>I'm secondary teacher, and I'm making an html 4.0 tutorial. When I try
>to validate my page the only error is the following:
>
>    there is no attribute "TARGET" for this element (in this HTML version)
>
>Then I've searched at the html 4.0 reference at W3 web site and I find
>that the use of target is correct.
>So, what's the problem?

You have declared HTML 4.01 Strict in the document type declaration. The
target attribute is included only in the Transitional and Frameset
document type definitions.
-- 
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 Thursday, 18 October 2001 20:43:51 UTC