<TFOOT>...</TFOOT>ALIGN=[ left | center | right | justify | char ] (horizontal alignment of cells in group)
CHAR=Character (alignment character for cells)
CHAROFF=Length (alignment character offset)
VALIGN=[ top | middle | bottom | baseline ] (vertical alignment of cells in group)
VÍ DỤ
<TABLE SUMMARY="This table lists program available at the university
based on the discipline and type of degree.">
<CAPTION>Programs Available</CAPTION>
<COLGROUP CLASS="program-discipline">
<COLGROUP CLASS="program-type" SPAN=5>
<THEAD>
<TR>
<TH SCOPE=col>Program</TH>
<TH SCOPE=col>Honors Co-op</TH>
<TH SCOPE=col>Honors Regular</TH>
<TH SCOPE=col>General Regular</TH>
<TH SCOPE=col>*Preprofessional or Professional</TH>
</TR>
</THEAD>
<TFOOT CLASS=footnote>
<TR>
<TD COLSPAN=5>
Many disciplines are also available as Minors and Joint
Honors programs.
</TD>
</TR>
<TR>
<TD COLSPAN=5>
* Preprofessional programs normally fulfull the academic
requirements for registration in the related professions.
</TD>
</TR>
</TFOOT>
<TBODY>
<TR>
<TD SCOPE=row>Computer Science</TD>
<TD>yes</TD>
<TD>yes</TD>
<TD>no</TD>
<TD>no</TD>
</TR>
...
</TBODY>
</TABLE>