|
Tag | Description | Attributes | Support Limited To |
---|---|---|---|
<CAPTION>...</CAPTION> | Inserts a caption for the table. | ALIGN=... | HTML3 |
<TABLE>... </TABLE> | Inserts a table in the HTML document. | BGCOLOR=... BORDER=... BORDERCOLOR=... BORDERCOLORDARK=... BORDERCOLORLIGHT=... WIDTH=... CELLSPACING=... CELLPADDING=... | HTML3, Netscape, Internet Explorer |
<TD>...</TD> | Inserts a table data cell. | BGCOLOR=... ROWSPAN=... COLSPAN=... ALIGN=... VALIGN=... | HTML3, Netscape, Internet Explorer |
<TH>...</TH> | Inserts a table header cell. The text contained inside is usually displayed in bold and is centered inside the cell. | BGCOLOR=... ROWSPAN=... COLSPAN=... ALIGN=... VALIGN=... | HTML3, Netscape, Internet Explorer |
<TR>...</TR> | Defines a table row. All of the <TD> and <TH> tags enclosed will apprear in the same row of the table. | ALIGN=... BGCOLOR=... VALIGN=... | HTML3, Netscape, Internet Explorer |
To the Main Gate | Back to the HTML3 Bible Directory | To the Foyer |