HTML A-Z Quick Reference
(Last Update 17:31 on Wednesday, 02 April 2003)
- <CAPTION ... >
...
</CAPTION>
- NN:1.1;IE:3.0 Specifies a caption for a table.
- ALIGN=...
- The placment of the caption. Defaults to TOP but can be BOTTOM. IE LEFT, CENTER or RIGHT.
- VALIGN=...
- IE The placement of the caption, because IE uses the ALIGN attribute to align the text in the caption.
- <CENTER> ... </CENTER>
- Specifies that the enclosed text is to be centered. Roughly equivalent to <DIV ALIGN=CENTER>.
- <CITE> ... </CITE>
- Specifies a citation. Typically rendered in italic.
- <CODE> ... </CODE>
- Specifies a code example. Typically rendered as monospaced.
- <COL ... >
- IE:4.0 Specifies common attributes for a table column or columns.
- 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.
- SPAN=...
- The number of columns. Defaults to a single column.
- WIDTH=...
- The width of the column in pixels or %.
- <COLGROUP>
- IE:4.0 Specifies common attributes for a table column or columns.
- <COMMENT> ... </COMMENT>
- IE:4.0 An alternative comment to the preferred <!-- comment -->.
- CELLPADDING=...
- <TABLE ... >
- The amount of space between the border and the cell contents. Defaults to 1.
- CELLSPACING=...
- <TABLE ... >
- The additional amount of space between cells. Defaults to 2.
- CHECKED
- <INPUT ... >
- Indicates that a checkbox or radio element should be checked.
- CLASS=...
- CLEAR=...
- <BR ... >
- IE:3.0;NN:1.1 Prevents text from wrapping around a floating element. Specify LEFT, RIGHT or ALL.
- CLIP=...
- <ILAYER ... >
- The viewable area of the layer.
- <LAYER ... >
- The viewable area of the layer.
- CODE=...
- <APPLET ... >
- The relative name of the applet's main .class file.
- CODEBASE=...
- <APPLET ... >
- The base URL of the applet's code.
- COLOR=...
- <BASEFONT ... >
- IE The desired text color.
- <FONT ... >
- NN:2.0 The desired text color.
- <HR ... >
- IE:3.0 The color of the line.
- COLS=...
- <FRAMESET ... >
- A comma-separated list of column widths in pixels, %, or * for relative sizing.
- <MULTICOL ... >
- The number of columns.
- <PRE ... >
- NN The maximum number of columns before a line will wrap.
- <TABLE ... >
- NN:3.0 Specifies the number of columns to share the available width. Otherwise the table is as narrow as possible.
- <TEXTAREA ... >
- The width in characters.
- COLSPAN=...
- <TD ... >
- The number of columns the cell spans.
- <TH ... >
- The number of columns the cell spans.
- COMPACT
- <DL ... >
- Attempts to prevent a line break between the term and the definition.
- CONTENT=...
- <META ... >
- The content of the information, or the HTTP response value.
- COORDS=...
- <AREA ... >
- The coordinates of the area. Depends on the setting for SHAPE.
A B C D E F G H I K L M N O P Q R S T U V W X Z

38.107.191.101