Tables -- tables can be nested
| 3.0 |
Define Table |
<TABLE> </TABLE> |
|
| 3.0 |
Table Border |
<TABLE BORDER> |
either on or off |
| N1.1 |
<TABLE BORDER=?> |
width in pixels |
| N1.1 |
Cell Spacing |
<TABLE CELLSPACING=?> |
gutter width in pixels |
| N1.1 |
Cell Padding |
<TABLE CELLPADDING=?> |
gap between cell content & cell wall, in pixels |
| N1.1 |
Desired Width |
<TABLE WIDTH=?> |
overall width, in pixels |
| N1.1 |
<TABLE WIDTH=%> |
percentage of window |
| 3.0 |
Table Row |
<TR></TR> |
|
| 3.0 |
Alignment |
<TR ALIGN=LEFT|CENTER|RIGHT VALIGN=TOP|MIDDLE|BOTTOM> |
|
| 3.0 |
Table Cell |
<TD></TD> |
use within table rows |
| 3.0 |
Alignment |
<TD ALIGN=LEFT|CENTER|RIGHT VALIGN=TOP|MIDDLE|BOTTOM> |
|
| 3.0 |
No Linebreaks |
<TD NOWRAP> |
|
| 3.0 |
Spanning Cells |
<TD COLSPAN=?> |
|
| 3.0 |
<TD ROWSPAN=?> |
|
| N1.1 |
Desired Width |
<TD WIDTH=?> |
overall width, in pixels |
| N1.1 |
<TD WIDTH=%> |
percentage of window |
| 3.0 |
Table Header |
<TH></TH> |
bold, centered; use within table rows |
| 3.0 |
Alignment |
<TH ALIGN=LEFT|CENTER|RIGHT VALIGN=TOP|MIDDLE|BOTTOM> |
|
| 3.0 |
No Linebreaks |
<TH NOWRAP> |
|
| 3.0 |
Spanning Cells |
<TH COLSPAN=?> |
|
| 3.0 |
<TH ROWSPAN=?> |
|
| N1.1 |
Desired Width |
<TH WIDTH=?> |
overall width, in pixels |
| N1.1 |
<TH WIDTH=%> |
percentage of table width |
| 3.0 |
Table Caption |
<CAPTION> </CAPTION> |
|
| 3.0 |
Alignment |
<CAPTION ALIGN=TOP|BOTTOM> |
above or below table |