-In progress, to be determined-
Variations
The CENTER element is a Netscape 1.1 extension. It was provided as an
alternative to the HTML+ and Version 3 ALIGN="center" proposed new
attribute for all the text block elements such as the paragraph and
header elements and the new element. Both RFC 1866 and the
current Version 3 specification only include the ALIGN attribute, not
the CENTER element, and Netscape 2.0 has added the ALIGN="center"
attribute.
----------------------------------------------------------------------------
CITE
Description
The CITE element changes the character rendering of the contents of the
element to logically represent a citation.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
members of group text
Allowed In Content Of...
Any element that permits members of group phrase
Variations
This is typically rendered in italics. The LANG and DIR attributes are
introduced with the internationalization proposal. All character
definition elements are Level 2.
----------------------------------------------------------------------------
CODE
Description
The CODE element changes the character rendering of the contents of the
element to logically represent computer code. It is intended for short
words or phrases. PRE is recommended for multiple-line listings.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
members of group text
Allowed In Content Of...
Any element that permits members of group phrase
Variations
This is usually rendered in a fixed-width font. The LANG and DIR
attributes are introduced with the internationalization proposal. All
character definition elements are Level 2.
----------------------------------------------------------------------------
COL
Description
The COL element specifies column based defaults for table properties.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
COL has no end element, therefore it has no content.
Allowed In Content Of...
COLGROUP TABLE
Variations
The COL element is part of the new proposed standard tables structure.
It is not widely implemented in existing browsers. The order of
placement of a series of COL elements within the TABLE content (or
within a COLGROUP) is significant, and describes the columns in the
TABLE DIR presentation order, first to last. SPAN is a positive integer
that specifies how many columns this element applies to, defaulting to
one. SPAN=0 implies all columns from the current column up to and
including the last column. WIDTH is a decimal number which specifies
the width of each column in the span. The default units is pixels, but
may be specified by a suffix on the number. The standard defined units
suffixes include: pt=points, pi=picas, in=inches, cm=centimeters,
mm=millimeters, em=em units, px=screen pixels. In addition, the special
suffix of an asterisk may be used to specify a number to be used as a
multiplier of a "standard" column width. This is used to specify the
widths of columns proportionately relative to each other. If a number
does not accompany the asterisk it defaults to one. Specifying
WIDTH="0*" forces the column to its minimum width. ALIGN and VALIGN
define the alignment of text within a table cell. If ALIGN=char, CHAR
specifies the alignment character which defaults to the decimal point
for the current language. CHAROFF is a decimal number that specifies
the offset for the alignment character from the beginning of the table
cell in the DIR direction. Units may be specified using the standard
defined units suffixes plus the special suffix of the percent sign
indicating the percentage of offset within the cell from the beginning
of the cell.
----------------------------------------------------------------------------
COLGROUP
Description
The COLGROUP element defines a group of one or more columns and
specifies the defaults for all the columns in this group.
Minimum Attributes
All Possible Attributes
characters...
Elements Allowed Within...
COL
Allowed In Content Of...
TABLE
Variations
The COLGROUP element is part of the new proposed standard tables
structure. It is not widely implemented in existing browsers. The end
tag is optional and is inferred when a new COLGROUP is encountered or
the THEAD or TBODY element of TABLE. The order of placement of a series
of COLGROUP elements within the TABLE content is significant, and
describes the columns in the TABLE DIR presentation order, first to
last. ALIGN and VALIGN define the alignment of text within a table
cell. If ALIGN=char, CHAR specifies the alignment character which
defaults to the decimal point for the current language. CHAROFF is a
decimal number that specifies the offset for the alignment character
from the beginning of the table cell in the DIR direction. The default
units is pixels, but may be specified by a suffix on the number. The
standard defined units suffixes include: pt=points, pi=picas,
in=inches, cm=centimeters, mm=millimeters, em=em units, px=screen
pixels. In addition, the special suffix of the percent sign may be used
to indicate the percentage of offset within the cell from the beginning
of the cell.
----------------------------------------------------------------------------
CREDIT
Description
The CREDIT element is used to name the source of a block quotation or
figure.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
Variations
The CREDIT element is proposed in Version 3. Version 3 does not
indicate the typical rendering for the contents of the CREDIT element,
nor whether that rendering should be different or separated from the
enclosing block quotation or figure.
----------------------------------------------------------------------------
DD
Description
The DD element identifies the separated multi-line definition item in a
DL definition list. In a DL list a DD should always be preceded by at
least one DT element.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
members of groups block text
Allowed In Content Of...
Variations
This is typically rendered as normal text, indented. Most browsers
assume that the contents of the element ends when it encounters a
or another or the element to end the list, and thus do not
require the ending tag. The LANG and DIR attributes are introduced with
the internationalization proposal. All list elements are Level 0.
----------------------------------------------------------------------------
DEL
Description
The DEL element changes the character rendering of the contents of the
element to logically represent deleted text, for instance in
modifications in legal documents.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
-In progress, to be determined-
Variations
The DEL element is a Version 3 proposed element. While this will
typically be rendered by strikethru characters, the DEL element is
preferred over using the S or STRIKE elements. All character definition
elements are Level 2.
----------------------------------------------------------------------------
DFN
Description
The DFN element changes the character rendering of the contents of the
element to logically represent a defining instance of a term.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
-In progress, to be determined-
Variations
The DFN element is not widely implemented, but is usually rendered bold
or bold italic. It is a Version 3 proposed element and was in an
earlier Version 2 proposal. The RFC 1866 describes it and recognizes it
as existing practice but does not include it in the standardized
elements.
----------------------------------------------------------------------------
DIR
Description
The DIR element defines an unordered list consisting of a number of
single-line elements.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
element but not any member of group block
Allowed In Content Of...
Any element that permits members of group list
Variations
This list type is not commonly implemented, and is often rendered
identically to UL. RFC 1866 specifies that the content of the LI
element of the DIR list is usually less than 20 characters in length.
These may be arranged in columns across the page, each column typically
as 24 characters wide. Specifying is proposed in
Version 3 as a replacement for the DIR element. The exclusion in RFC
1866 of group block within DIR implies (among other things) that DIR
can contain no nested lists, nor any paragraphs even though the LI
element normally would allow this. Some browsers do not enforce this
exclusion. The LANG and DIR attributes are introduced with the
internationalization proposal. The internationalization proposal also
includes ALIGN=center|left|right|justify All list elements are Level 0.
----------------------------------------------------------------------------
DIV
Description
The DIV element is proposed to be used with the CLASS attribute to
represent different kinds of containers, e.g. chapter, section,
abstract, or appendix.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
Variations
This is a proposed Version 3 element. is the
proposed replacement for the non-standard CENTER element. This is a
Netscape 2.0 extension but it only recognizes ALIGN=left|right|center.
----------------------------------------------------------------------------
DL
Description
The DL element defines a definition list. Each item in the list is
expected to have two parts, identified by the
and elements.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
Allowed In Content Of...
Any element that permits members of group block
Variations
The COMPACT attribute suggests rendering the list in a physically
compact way, but is not implemented by many browsers. RFC 1866 suggests
that the attribute be used if the list items are small and/or the
entire list is large, and may cause the elimination of blank lines
between DT/DD pairs. The LANG and DIR attributes are introduced with
the internationalization proposal. Version 3 proposes the CLEAR
attribute. To obtain a specific look, it has been the practice to
construct a DL with DD elements but empty or missing DT elements.
Missing DT elements violates the standard. Version 3 proposes a new
NOTE element as the preferred alternative to achieve the effect
desired. All list elements are Level 0.
----------------------------------------------------------------------------
DT
Description
The DT element identifies the separated term item in a DL definition
list. Multiple DT elements may exist prior to a single DD element. In a
DL list a DD should always be preceded by at least one DT element.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
members of group text
Allowed In Content Of...
Variations
This is typically rendered in a bold font, but not indented. Most
browsers assume that the contents of the element ends when it
encounters a or another or the element to end the list,
and thus do not require the ending tag. The LANG and DIR attributes are
introduced with the internationalization proposal. All list elements
are Level 0.
----------------------------------------------------------------------------
EM
Description
The EM element changes the character rendering of the contents of the
element to logically emphasize the text.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
members of group text
Allowed In Content Of...
Any element that permits members of group phrase
Variations
Usually rendered in italics. RFC 1866 states that content must be
rendered as distinct from content. The LANG and DIR attributes
are introduced with the internationalization proposal. All character
definition elements are Level 2.
----------------------------------------------------------------------------
EMBED
Description
The EMBED element defines a container that allows the insertion of
arbitrary objects directly into an HTML page. Embedded objects are
supported by application-specific plug-ins. EMBED is defined to allow
arbitrary attributes.
Minimum Attributes
All Possible Attributes
characters...
Elements Allowed Within...
Allowed In Content Of...
-In progress, to be determined-
Variations
The EMBED element is a Netscape 2.0 extension. Netscape gives as
examples of plug-in applications: WebFX by Paper Software for viewing
VRML (Virtual Reality Modeling Language) worlds, Adobe Acrobat for PDF
documents, and Macromedia Director and Apple QuickTime for multimedia.
Netscape's examples do not include the ending element, but their
documentation does not specify what would imply the end of the EMBED
content if the ending element is absent. The concept of arbitrary
undefined attributes violates the underlying SGML standard of HTML.
Change is expected in this element. See also the APPLET element. The
Netscape documentation does not currently define the units for HEIGHT
and WIDTH but examples would imply that they are pixels. The object's
image will be scaled to fit the specified height/width. Embedded
plug-in applications may be activated by double-clicking their image.
----------------------------------------------------------------------------
FIG
Description
The FIG element is an advanced form of the IMG element to define an
image, with optional overlays, text elements and "hotzones", to be
inserted within a document. The structure of the contents of the FIG
element expects a series of optional overlay images defined by OVERLAY
elements, followed by an optional CAPTION element, followed by text to
be presented as an alternative to the image(s) and which may contain
normal text elements as well as hypertext links defined by A elements
with SHAPE attributes to identify "hotzones" on the image, finally
completed by an optional CREDIT element.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
-In progress, to be determined- (ed: all normal markup elements?)
Allowed In Content Of...
-In progress, to be determined-
Variations
The FIG element is proposed in Version 3 as a sophisticated alternative
to the IMG element, especially to enhance the capabilities of the ALT
text for non-graphical presentations of HTML documents, as well as a
way to accomplish the common use of the ISMAP attribute of the IMG
element without the need for a responding cgi-bin program.
----------------------------------------------------------------------------
FN
Description
The FN element logically identifies text to be presented as a footnote.
The reference location for the footnote is expected to be an A element
whose HREF attribute references the ID of the FN element.
Minimum Attributes
characters...
All Possible Attributes
characters...
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
-In progress, to be determined-
Variations
The FN element is a Version 3 proposed element. Version 3 specifies
that when practical, the browser should render the FN element as pop-up
notes. Version 3 does not specify an expected rendering when the
footnote text is simply displayed where it occurs in the document.
However, Version 3 does state that the FN element does not imply text
separation. Therefore, common practice expects that the contents of the
FN element would begin with a markup element which produces separation,
e.g. the P element.
----------------------------------------------------------------------------
FONT
Description
The FONT element changes the font size of the following characters to
one of the seven defined sizes, or plus or minus from the document
BASEFONT size.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
-In progress, to be determined-
Allowed In Content Of...
-In progress, to be determined-
Variations
The FONT element with the SIZE attribute is a Netscape 1.1 and MS
Internet 2.0 extension. Netscape 2.0 and MS Internet Explorer 2.0 added
the COLOR attribute. Netscape requires an "#rrggbb" number, while
Internet Explorer also accepts the following color names: Black,
Maroon, Green, Olive, Navy, Purple, Teal, Gray, Silver, Red, Lime,
Yellow, Blue, Fuchsia, Aqua, White. The FACE attribute is a MS Internet
Explorer 2.0 extension to specify a font style, but the permitted
values are not defined.
----------------------------------------------------------------------------
FORM
Description
The FORM element creates a fill-out form. The browser permits the user
to enter information in the fields of the form and sends this
information to a cgi-bin script on a server identified as a URL by the
ACTION attribute. METHOD=GET (the default) appends the input
information to the ACTION URL which on most receiving systems becomes
the value of the environment variable QUERY_STRING. METHOD=POST (the
preferred) sends the input information in a data body which is
available on stdin with the data length set in the environment variable
CONTENT_LENGTH. Form data is a stream of name=value pairs separated by
the & character. Each name=value pair is URL encoded, i.e. spaces are
changed into the plus character and some characters are encoded into
hexadecimal. At least one of the following is expected inside the FORM
contents: INPUT, SELECT, TEXTAREA.
Minimum Attributes
All Possible Attributes
Elements Allowed Within...
members of group body.content and elements