HTML A-Z Quick Reference

(Last Update 17:31 on Wednesday, 02 April 2003)

<TABLE ... >
...
</TABLE>
IE:3.0;NN:1.1 Specifies a table.
ALIGN=...
The horizonal alignment, LEFT or RIGHT. NN:4.0 CENTER does not cause the table to float.
BACKGROUND=...
(IE;NN:4.0) The URL of an image to tile into the background of the table.
BGCOLOR=...
(IE;NN:3.0) The colour of the background.
BORDERCOLOR=...
IE The colour of the border.
BORDER=...
The thickness of the border around the table.
CELLPADDING=...
The amount of space between the border and the cell contents. Defaults to 1.
CELLSPACING=...
The additional amount of space between cells. Defaults to 2.
HEIGHT=...
The height of the table in pixels or %.
WIDTH=...
The width of the table in pixels or %.
COLS=...
NN:3.0 Specifies the number of columns to share the available width. Otherwise the table is as narrow as possible.
HSPACE=...
How much space should be left on each side of the table.
VSPACE=...
How much space should be left above and below the table.
<TD ... >
...
</TD>
IE:3.0;NN:1.1 Specifies a cell of a table.
ALIGN=...
Specifies the horizontal alignment of the content, LEFT, CENTER or RIGHT. Default is LEFT.
VALIGN=...
Specifies the vertical alignment of the content, BASELINE, BOTTOM, MIDDLE or TOP. Default is MIDDLE IE CENTER.
BACKGROUND=...
(IE;NN:4.0) The URL of an image to tile into the background of the cell.
BGCOLOR=...
(IE;NN:3.0) The colour of the background.
BORDERCOLOR=...
IE The colour of the border.
COLSPAN=...
The number of columns the cell spans.
ROWSPAN=...
The number of rows the cell spans.
HEIGHT=...
The height of the cell in pixels or %.
WIDTH=...
The width of the cell in pixels or %.
NOWRAP
Indicates that the content should not wrap (like <NOBR>).
<TEXTAREA ... > ... </TEXTAREA>
Specifies a multiline element.
COLS=...
The width in characters.
NAME=...
The name of the element.
ROWS=...
The height in characters.
WRAP=...
NN:2.0 Can be OFF (horizontal scroll), HARD (submits as shown) or SOFT (submits as typed).
<TH ... >
...
</TH>
IE:3.0;NN:1.1 Specifies a header cell of a table. Typically formatted as bold.
ALIGN=...
Specifies the horizontal alignment of the content, LEFT, CENTER or RIGHT. Default is LEFT.
VALIGN=...
Specifies the vertical alignment of the content, BASELINE, BOTTOM, MIDDLE or TOP. Default is MIDDLE IE CENTER.
BACKGROUND=...
(IE;NN:4.0) The URL of an image to tile into the background of the cell.
BGCOLOR=...
(IE;NN:3.0) The colour of the background.
BORDERCOLOR=...
IE The colour of the border.
COLSPAN=...
The number of columns the cell spans.
ROWSPAN=...
The number of rows the cell spans.
HEIGHT=...
The height of the cell in pixels or %.
WIDTH=...
The width of the cell in pixels or %.
NOWRAP
Indicates that the content should not wrap (like <NOBR>).
<TITLE> ... </TITLE>
Specifies the title of the document. It typically appears in the title bar of the browser window.
<TR ... >
...
</TR>
IE:3.0;NN:1.1 Specifies a row of a table.
ALIGN=...
Specifies the horizontal alignment of the content, LEFT, CENTER or RIGHT. Default is LEFT.
VALIGN=...
Specifies the vertical alignment of the content, BASELINE, BOTTOM, MIDDLE or TOP. Default is MIDDLE IE CENTER.
BACKGROUND=...
(IE;NN:4.0) The URL of an image to tile into the background of the row.
BGCOLOR=...
(IE;NN:3.0) The colour of the background.
BORDERCOLOR=...
IE The colour of the border.
<TT> ... </TT>
Specifies that the enclosed text is monospaced.
TABINDEX=...
TARGET=...
<A ... >
NN:2.0;IE:3.0 Allows the anchor to link into another frame, or into a reserved name _blank, _self, _parent or _top.
<AREA ... >
NN:2.0;IE:3.0 The frame that the linked URL should load into.
<BASE ... >
NN:2.0;IE:3.0 The default frame that URLs load into.
<FORM ... >
NN:2.0;IE:3.0 The frame that the form results should load into.
TEXT=...
<BODY ... >
The colour of the document text.
TITLE=...
TOP=...
<ILAYER ... >
The vertical offset of the layer.
<LAYER ... >
The vertical position of the layer relative to its container.
TOPMARGIN=...
<BODY ... >
IE The top document margin.
TYPE=...
<BLOCKQUOTE ... >
NN:4.0 Specify CITE for an email-type > quotation.
<EMBED ... >
The MIME type of the plug-in, if there is no object to load.
<INPUT ... >
The type of element, BUTTON, CHECKBOX, HIDDEN, IMAGE, PASSWORD, RADIO, RESET, SUBMIT, TEXT, or IE:4.0;NN:2.0 FILE.
<LI ... >
Overrides the type of the <OL> or <UL>.
<LINK ... >
The subtype of the linked file, for example text/css.
<OL ... >
(IE;NN:1.1) Defaults to 1 (2, 3, 4...) but can be A (B, C, D...) or I (II, III, IV...) in upper or lower case.
<SPACER ... >
Can be HORIZONTAL, VERTICAL or BLOCK (which is equivalent to an invisible image).
<STYLE ... >
The style sheet type, text/css or text/javascript.
<UL ... >
(IE;NN:1.1) Specify DISC, CIRCLE or SQUARE.
  A B C D E F G H I K L M N O P Q R S T U V W X Z

Frames Version
Customization Page
Back to Home Page


624547
38.107.191.103