2
|
1 <!-- html-1P.dtd
|
|
2
|
|
3 Document Type Definition for the HyperText Markup Language
|
|
4 Struct Level 1
|
|
5
|
70
|
6 $Id: html-1s.dtd,v 1.1.1.1 1996/12/18 22:42:23 steve Exp $
|
2
|
7
|
|
8 Author: Daniel W. Connolly <connolly@hal.com>
|
|
9 See Also: http://www.hal.com/%7Econnolly/html-spec/index.html
|
|
10 http://info.cern.ch/hypertext/WWW/MarkUp2/MarkUp.html
|
|
11 -->
|
|
12
|
|
13 <!ENTITY % HTML.Version
|
|
14 "-//IETF//DTD HTML Strict Level 1//EN//2.0"
|
|
15
|
|
16 -- Typical usage:
|
|
17
|
|
18 <!DOCTYPE HTML PUBLIC
|
|
19 "-//IETF//DTD HTML Level 1 Recommended//EN">
|
|
20 <html>
|
|
21 ...
|
|
22 </html>
|
|
23 --
|
|
24 >
|
|
25
|
|
26 <!-- Feature Test Entities -->
|
|
27 <!ENTITY % HTML.Recommended "INCLUDE">
|
|
28
|
|
29 <!ENTITY % html-1 PUBLIC "-//IETF//DTD HTML Level 1//EN//2.0">
|
|
30 %html-1;
|