<TBODY> </TBODY>
When you place the TBODY command around an area of a table you will affect that group of cells only, and not the rest of the table.
Example
<TABLE> <THREAD><TR> The following cells</THREAD> <TBODY bgcolor="--"> <TR> text <TR> text </TBODY> <TFOOT><TR>The above cells...</TFOOT> </TABLE>
This example shows TBODY, TFOOT, and THREAD.