Re: Start HTML doc without HTML tag - was: More language tags would solve a lot of annoyances

*Chris Moschini*:
> David Woolley [david@djwhome.demon.co.uk] wrote:
>>
>> <TITLE>; this can also be the first tag agfter the <!DOCTYPE directive
>> for HTML 4.01 documents.)
> 
> Where is this specified in the HTML4.01 spec? I can't find it - or is it
> specified elsewhere? 

 <!ELEMENT HTML O O (%html.content;)    -- document root element -->
 <!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
<!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title -->
 <!ELEMENT BODY O O (%block;|SCRIPT)+ +(INS|DEL) -- document body -->
                ^
<!ENTITY % head.content "TITLE & BASE?">
                         ^^^^^

Received on Monday, 17 November 2003 11:45:25 UTC