- From: Christoph Päper <christoph.paeper@tu-clausthal.de>
- Date: Mon, 17 Nov 2003 17:43:52 +0100
- To: <www-html@w3.org>
*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