-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMarkUp.html
More file actions
executable file
·80 lines (79 loc) · 2.29 KB
/
MarkUp.html
File metadata and controls
executable file
·80 lines (79 loc) · 2.29 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
<HTML>
<HEAD>
<TITLE>HyperText Mark-up Language</TITLE>
<NEXTID N="z42">
</HEAD>
<BODY>
<H1>About HTML </H1>The <A
NAME="0" HREF="../TheProject.html">WWW</A> system uses marked up text
to represent a hypertext document
for transmision over the network.
The hypertext markup language is
an <A
NAME="7" HREF="SGML.html">SGML</A> format.
<DL>
<DT><A
NAME="z39" HREF="HTML.html">HTML Specification</A>
<DD> The hypertext
version of the HTML language specification.
Internet drafts are generated from
this version. Ed: Tim Berners-Lee
<DT><A
NAME="z41" HREF="HTMLPlus/htmlplus_1.html">HTML+ specification</A>
<DD>The enriched language
under development. All browsers support
some but not all HTML+ features.
Ed: Dave Raggett <dsr@hplb.hpl.hp.com>
<DT><A
NAME="z34" HREF="../Provider/Style/Overview.html">Style Guide</A>
<DD> A guide to how to organize
and write online hypertext. Tim Berners-Lee
<timbl@info.cern.ch>
<DT><A
NAME="z33" HREF="http://www.ncsa.uiuc.edu/demoweb/html-primer.html">Beginner's guide</A>
<DD> Quick start to writing
HTML. Marc Andreessen. <marca@eit.com>
<DT><A
NAME="3" HREF="../Test/test.html">Example</A>
<DD> A file containing a variety
of tags used for test purposes, and
its <A
NAME="8" HREF="../Test/test_source.txt">source text</A> . See also <A
NAME="22" HREF="FindingExamples.html">finding
examples on the web</A> .
</DL>
<H2>For developers</H2>
<DL>
<DT><A
NAME="19" HREF="Future.html">Future directions</A>
<DD> Changes suggested
for HTML improvements
<DT><A
NAME="z40" HREF="http://www.ntt.jp/japan/note-on-JP/encoding.html">Japanese encoding</A>
<DD> How Japanese characters
have been encoded within HTML
<DT><A
NAME="25" HREF="HTMLConstraints.html">Constraints</A>
<DD> Design constraints for
HTML which might explain some of
its properties.
<DT><A
NAME="z32" HREF="../LibHTML/src">LibHTML</A>
<DD> A conformant parsing code
library
</DL>
Other specifications which might
be of tangential interest are
<DL>
<DT><A
NAME="z35" HREF="ftp://ds.internic.net/internet-drafts/draft-ietf-822ext-text-enriched-00.ps">text/enriched</A>
<DD> An internet draft on
a simpler non-SGML MIME data type.
<DT><A
NAME="z38" HREF="http://info.cern.ch/pub/www/dev/htmlplus.dtd">HTML+</A>
<DD> A more sophisticated document
type under development. Will not
supercede HTML, but may be a superset.</A>
</DL>
</BODY>
</HTML>