-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML_TOC.html
More file actions
executable file
·102 lines (91 loc) · 2.65 KB
/
HTML_TOC.html
File metadata and controls
executable file
·102 lines (91 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3O//DTD WWW HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>HTML: Table of Contents</TITLE>
<NEXTID N="z24">
</HEAD>
<BODY>
<H1>Contents</H1><P>This document contains the following
parts:
<DL>
<DT><A
NAME="z22" HREF="HTML.html">About this document</A>
<DD>Abstract
<DT><A
NAME="z5" HREF="StatusMeanings.html">Vocabulary</A>
<DD> used in this document,
degrees of imperative.
<DT><A
NAME="z8" HREF="AndMIME.html">HTML and MIME</A>
<DD> with discussion of
character sets.
<DT><A
NAME="z3" HREF="Intro.html">HTML and SGML</A>
<DD> and the relationship
between them, and <A
NAME="z9" HREF="Text.html">Structured text</A>
: an summary of SGML syntax.
<DT><A
NAME="z4" HREF="Tags.html">HTML Elements</A>
<DD> A list with description,
example, and typical rendering.
<DT><A
NAME="z6" HREF="Entities.html">HTML Entities</A>
<DD> Entities used to describe
characters.
<DT>The HTML DTD
<DD>The text of the SGML
DTD for HTML
<ul>
<li><A HREF="html-0.dtd">Level 0</A>
<li><A HREF="html-1.dtd">Level 1</A>
<li><A HREF="html.dtd">Level 2</A>
</ul>
<DT><A
NAME="z20" HREF="html.decl">The HTML SMGL Declaration</A>
<DD>
The text of the SGML Declaration
for HTML
<DT><A
NAME="z15" HREF="Acknowledgements.html">Acknowledgements</A>
<DD> and a change history
of the document
<DT><A
NAME="z18" HREF="Security.html">Security</A>
<DD>considerations
<DT><A
NAME="z0" HREF="References.html">References</A>
<DD> to related documents
<DT><A
NAME="z11" HREF="Authors.html">Authors addresses</A>
<DD> Contact information.
<DT><A
HREF="L2index.html">Appendix: Element Reference (Level 2)</A>
<DD> Exhaustive alphabetical
listing of elements with syntax descriptions
<DT><A
HREF="L2Pindex.html">Appendix: Element Reference (Level 2 Prescriptive)</A>
<DD> This listing eliminates obsolete elements and deprecated
idioms. This is the reference to consult when generating new
documents.
<DT><A
HREF="L1index.html">Appendix: Element Reference (Level 1)</A>
<DD> Alphabetical
listing of level 1 (no forms) elements with syntax descriptions
<DT><A
HREF="L1Pindex.html">Appendix: Element Reference (Level 1 Prescriptive)</A>
<DD> This listing eliminates obsolete elements and deprecated
idioms. This is the reference to consult when generating new
documents without forms.
<DT><A
HREF="L0index.html">Appendix: Element Reference (Level 0)</A>
<DD> Alphabetical
listing of level 0 (minimally conforming) elements with syntax descriptions
<DT><A
HREF="L0Pindex.html">Appendix: Element Reference (Level 0 Prescriptive)</A>
<DD> This listing eliminates obsolete elements and deprecated
idioms. This is the reference to consult when generating new
documents aimed at minimally conforming implementations.
</DL>
</BODY>
</HTML>