Example - Table #2

Table #2
Average
Height Weight
Males 69 150
Females 64 130
<TABLE BORDER>
<CAPTION ALIGN=BOTTOM> Table #2 </CAPTION>
<TR><TD ROWSPAN=2> </TD><TH COLSPAN=2> Average </TH></TR>
<TR><TH> Height </TH><TH> Weight </TH></TR>
<TR><TD> Males </TD><TD ALIGN=CENTER> 69 </TD><TD ALIGN=CENTER> 150 </TD></TR>
<TR><TD> Females </TD><TD ALIGN=CENTER> 64 </TD><TD ALIGN=CENTER> 130 </TD></TR>
</TABLE>

Notes:
  • The attribute ALIGN can be used in the CAPTION to place the caption above (ALIGN=TOP) or below (ALIGN=BOTTOM) the TABLE.
  • A cell may be empty.
  • The attribite ALIGN can be used in TD and TH to specify horizontal placement within the cell (LEFT, CENTER, RIGHT).
  • The attribute ROWSPAN can be used in TD and TH to specify cells that span more than one row.
  • The attribute COLSPAN can be used in TD and TH to specify cells that span more than one column.

[Back] [Forward]
© Lynne Grewe