Next anchor name to use (for HTML editors).
Provides HTTP header info (other attributes are
NAME= and HTTP-EQUIV=).
Document is searchable index. (This tag can also
appear in ... element.)
Body tags:
High-level tags:
... Section headings; "n" ranges from 1 (highest-level)
to 6 (least important); -
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 ).
Often displayed as italic.
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
.
Begin a paragraph (the closing
tag is
optional). Cannot contain lists, or any of the
above tags. Use attributes ALIGN=CENTER or
ALIGN=RIGHT to control text position (this is
not yet a part of standard HTML 2.0).
These high-level elements all imply both a preceding and a following
paragraph break (except after the optional tag).
Lists:
Unordered list.
- ...
Ordered list.
Menu list (for brief items; not much used -- you
can also try or ).
- ...
Directory list (should be multi-column, but isn't
in most implementations).
- Begins each item in the above lists. An inline
image can be used as a custom bullet (preceding
the list item) using the attribute BULLET="URL".
(This is not yet a part of standard HTML 2.0.)
- ...
- ...
Definition list. Can also be useful for writing
dialogue (as in a play). Use for
tighter rendering. There does not actually
have to be a - for each
- or vice versa.
- Begins each item title in DL.
- Begins each item definition in DL.
The list item closing tags
, , and are optional.
Lists can be nested (i.e. included in an - ...
item in a
or a ...
list, or inside a - ...
item in a ... list).
List items are not supposed to directly contain -
headings,
, or
(though
- and
- elements can contain a
or