| 1 |
<!-- html.dtd |
<!-- html.dtd |
| 2 |
|
|
| 3 |
Document Type Definition for the HyperText Markup Language |
Document Type Definition for the HyperText Markup Language |
| 4 |
as used by the World Wide Web application (HTML DTD). |
as used by the World Wide Web (HTML DTD). |
| 5 |
|
|
| 6 |
$Id$ |
$Id$ |
| 7 |
|
|
| 8 |
|
Author: Daniel W. Connolly <[email protected]> |
| 9 |
|
See Also: http://www.hal.com/%7Econnolly/html-spec/HTML.html |
| 10 |
|
http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html |
| 11 |
--> |
--> |
| 12 |
|
|
| 13 |
|
<!ENTITY HTML.Version |
| 14 |
|
"-//connolly hal.com//DTD WWW HTML $Date 1994/04/19 17:24:06 $//EN" |
| 15 |
|
-- public identifier for "current pracitice" version -- |
| 16 |
|
-- actually, take the $'s out to get the real public identifer, -- |
| 17 |
|
-- since $ is illegal in public identifier. When DTD stabilizes, -- |
| 18 |
|
-- we'll need to stop using RCS keywords to version the pub id -- |
| 19 |
|
|
| 20 |
|
-- Typical usage: |
| 21 |
|
|
| 22 |
|
<!DOCTYPE HTML PUBLIC "-//connolly hal.com//DTD WWW HTML |
| 23 |
|
$Date$//EN"> |
| 24 |
|
<html> |
| 25 |
|
... |
| 26 |
|
</html> |
| 27 |
|
-- |
| 28 |
|
> |
| 29 |
|
|
| 30 |
|
|
| 31 |
<!-- Feature Test Entities --> |
<!-- Feature Test Entities --> |
| 32 |
|
|
| 33 |
<!-- To use these, write your document like: |
<!-- To use these, write your document like: |
| 78 |
<!ENTITY % HTML.bodyBlockOnly "INCLUDE"> |
<!ENTITY % HTML.bodyBlockOnly "INCLUDE"> |
| 79 |
]]> |
]]> |
| 80 |
|
|
|
<!ENTITY HTML.Version |
|
|
"-//connolly hal.com//DTD WWW HTML $Date 1994/04/19 17:24:06 $//EN" |
|
|
-- public identifier for "default" version -- |
|
|
-- actually, take the $'s out to get the real public identifer, -- |
|
|
-- since $ is illegal in public identifier. When DTD stabilizes, -- |
|
|
-- we'll need to stop using RCS keywords to version the pub id -- |
|
|
> |
|
|
|
|
| 81 |
<!ENTITY % HTML.bodyBlockOnly "IGNORE" |
<!ENTITY % HTML.bodyBlockOnly "IGNORE" |
| 82 |
-- only allow block elements in the BODY element |
-- only allow block elements in the BODY element |
| 83 |
This means all paragraphs need to start with a <P> tag. |
This means all paragraphs need to start with a <P> tag. |