HyperText Mark-up Language Quick Reference December 1994
This is yet another HTML quick reference, containing advice on how to
write correct HTML, as well as practical tips. It is mainly based on
version 1.22 of the HTML 2.0 standard (including some HTML3 extensions
which are already implemented by a number of browsers; the extensions
are all clearly labeled as such). Some material is from another quick
reference by Tom Fine. This is not necessarily a good guide for
absolute beginners.
General:
The HTML language represents hypertext data, for use as part of the
World-wide Web. HTML is one specific language defined using the general SGML
meta-language. HTTP is a transport protocol, used to deliver HTML documents
(as well as other types of files) over networks.
Syntax:
).
Often displayed as italic.
Begin a paragraph (the closing
,
, ,
, the non-...
below.)
Specifies general relationships of this document
to other resources. The type of relationship
is described by a REL= or REV= attribute (other
attributes are URN=, TITLE=, and METHODS=).
This is not generally implemented yet, except
for , used
to specify the e-mail address of the author.
-
are too small
to be usable in the default configuration of
some versions of NCSA Mosaic. Since the TITLE
in the HEAD element is displayed on the window
bar (and should be context-independent), the
...
element is generally used for the
actual within-document title.
... Encloses a block of text that is a quote.
... Information about the author and the document
itself (such as copyright, sources, last
update, acknowledgements, etc.). Shouldn't
include lists or high-level tags (except
Horizontal line (pseudo page-break).
...
Encloses block of text to be shown verbatim in
a fixed-width font (whitespace is significant).
This is the only way to do columns or aligned
tables in HTML 2.0. The WIDTH= attribute
gives a display hint to browsers (the default
is WIDTH=80). A ...
element cannot
contain any list or high-level tags except
.
or