-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML.html
More file actions
executable file
·105 lines (80 loc) · 3.32 KB
/
HTML.html
File metadata and controls
executable file
·105 lines (80 loc) · 3.32 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
103
104
105
<!DOCTYPE HTML PUBLIC "-//W3O//DTD WWW HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Hypertext Markup Language (HTML)</TITLE><LINK
REL="SUBDOCUMENT"
HREF="IETF-Draft-Disclaimer.html"><LINK
REL="SUBDOCUMENT" HREF="AndMIME.html"><LINK
REL="SUBDOCUMENT" HREF="Intro.html"><LINK
REL="SUBDOCUMENT" HREF="Text.html"><LINK
REL="SUBDOCUMENT" HREF="Tags.html"><LINK
REL="SUBDOCUMENT" HREF="Entities.html"><LINK
REL="SUBDOCUMENT" HREF="DeclHeading.html"><LINK
REL="SUBDOCUMENT" HREF="DTDHeading.html"><LINK
REL="SUBDOCUMENT" HREF="Security.html"><LINK
REL="SUBDOCUMENT" HREF="Acknowledgements.html"><LINK
REL="SUBDOCUMENT" HREF="References.html"><LINK
REL="SUBDOCUMENT" HREF="Authors.html"></HEAD>
<BODY>
<H1><A REV="SUBDOCUMENT" NAME="z20"
HREF="HTML_TOC.html">Hypertext Markup Language (HTML)</A></H1>
<BLOCKQUOTE>
<P><EM>An SGML Application Conforming to International Standard
ISO 8879 -- Standard Generalized Markup Language </EM>
</BLOCKQUOTE>
<H2>About of this Document</H2>
<P>This document describes the current practice and current proposals
for future standardisation of HTML, as a basis for review and
enhancement.
<P>The document is a draft form of a standard for interchange
of information on the network which is proposed to be registered
as a MIME (RFC1521) content type.
<P>Please send comments to connolly@hal.com or the discussion
list www-html@info.cern.ch.
<H3>Version</H3>
<P>This is version 2.0 of this document,
(released $Date$) It introduces forms for
user input of information, and adds a distinction between levels
of conformance. Level 0 is the minimum conformance level.
Level 1 includes phrase-level markup and images.
Level 2 includes forms. Features of higher levels which are under
discussion, (such as tables, figures, and mathematical formulae)
where mentioned are described as "proposed".
<P>The latest version of this document is currently available
in hypertext on the World-Wide Web as
<PRE>
http://www.hal.com/%7Econnolly/html-spec
</PRE>
<H2>Abstract</H2>
<P><A NAME="z14">HyperText Markup Language</A> (HTML) can be
used to represent
<UL>
<LI>Hypertext news, mail, online documentation,
and collaborative hypermedia;
<LI>Menus of options;
<LI>Database query results;
<LI>Simple structured documents with inlined graphics.
<LI>Hypertext views of existing bodies of information
</UL>
<P>The World Wide Web (W3) initiative links related information
throughout the globe. HTML provides one simple format for providing
linked information, and all W3 compatible programs are required
to be capable of handling HTML. W3 uses an Internet protocol
(Hypertext Transfer Protocol, HTTP), which allows transfer representations
to be negotiated between client and server,
the result being returned in an extended MIME message.
HTML is therefore just one, but an important one,
of the representations used with W3.
<P>HTML is proposed as a MIME content type.
<P>HTML refers to the <A NAME="z21"
HREF="References.html#z7">URI</A> specification RFCxxxx.
<P>Implementations of HTML parsers and generators can be found
in the various <A NAME="z22"
HREF="References.html#z10">W3</A> servers and browsers,
in the public domain W3 code, and may also be built using various
public domain SGML parsers such as [SGMLS] .
HTML documents are SGML documents with fairly generic semantics
appropriate for representing information from a wide range of
applications.
</BODY>
</HTML>