| 1 |
<!-- html.dtd |
<!-- Jul 1 93 version, minus backward-compatibility stuff. --> |
|
|
|
|
Document Type Definition for the HyperText Markup Language |
|
|
as used by the World Wide Web application (HTML DTD). |
|
|
|
|
|
$Id$ |
|
|
--> |
|
| 2 |
|
|
| 3 |
<!-- DTD definitions --> |
<!-- DTD definitions --> |
| 4 |
|
|
| 6 |
<!ENTITY % list " UL | OL | DIR | MENU "> |
<!ENTITY % list " UL | OL | DIR | MENU "> |
| 7 |
<!ENTITY % literal " XMP | LISTING "> |
<!ENTITY % literal " XMP | LISTING "> |
| 8 |
|
|
|
<!ENTITY % headelement |
|
|
" TITLE | NEXTID |ISINDEX" > |
|
|
|
|
| 9 |
<!ENTITY % bodyelement |
<!ENTITY % bodyelement |
| 10 |
"P | HR | %heading | |
"P | HR | %heading | |
| 11 |
%list | DL | ADDRESS | PRE | BLOCKQUOTE |
%list | DL | ADDRESS | PRE | BLOCKQUOTE |
| 12 |
| %literal"> |
| %literal"> |
| 13 |
|
|
|
<!ENTITY % oldstyle "%headelement | %bodyelement | #PCDATA"> |
|
|
|
|
| 14 |
<!ENTITY % URL "CDATA" |
<!ENTITY % URL "CDATA" |
| 15 |
-- The term URL means a CDATA attribute |
-- The term URL means a CDATA attribute |
| 16 |
whose value is a Uniform Resource Locator, |
whose value is a Uniform Resource Locator, |
| 39 |
|
|
| 40 |
<!-- Document Element --> |
<!-- Document Element --> |
| 41 |
|
|
| 42 |
<!ELEMENT HTML O O (( HEAD | BODY | %oldstyle )*, PLAINTEXT?)> |
<!ELEMENT HTML O O (HEAD, BODY)> |
| 43 |
|
|
| 44 |
<!ELEMENT HEAD - - ( TITLE? & ISINDEX? & NEXTID? & LINK* |
<!ELEMENT HEAD O O ( TITLE? & ISINDEX? & NEXTID? & LINK* |
| 45 |
& BASE?)> |
& BASE?)> |
| 46 |
|
|
| 47 |
<!ELEMENT TITLE - - RCDATA |
<!ELEMENT TITLE - - (#PCDATA) |
| 48 |
-- The TITLE element is not considered part of the flow of text. |
-- The TITLE element is not considered part of the flow of text. |
| 49 |
It should be displayed, for example as the page header or |
It should be displayed, for example as the page header or |
| 50 |
window title. |
window title. |
| 87 |
| %literal | %htext"> |
| %literal | %htext"> |
| 88 |
|
|
| 89 |
|
|
| 90 |
<!ELEMENT BODY - - (%bodyelement|%htext;)*> |
<!ELEMENT BODY O O (%bodyelement|%htext;)*> |
| 91 |
|
|
| 92 |
|
|
| 93 |
<!ELEMENT A - - (%text)> |
<!ELEMENT A - - (%text)> |