<TBODY
CLASS=type
ID=value
STYLE=css1 properties>
</TBODY>
Creates multiple sections when rules are needed between groups of table rows. The end-tag is required.
If a table does not have a header or footer (does not have a THEAD or TFOOT element), the TBODY element is optional. The end-tag is optional.
You can use the TBODY element more than once in a table. This is useful for dividing lengthy tables into smaller units and for controlling the placement of horizontal rules.
Example
<TABLE> <THEAD> <TR> ... </TR> <TBODY> <TR> ... </TR> </TBODY> </TABLE>
file: /Techref/language/html/r020/slide73.htm, 2KB, , updated: 2005/1/6 14:56, local time: 2024/11/15 22:50,
3.144.102.156:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/html/r020/slide73.htm"> HTML Reference</A> |
Did you find what you needed? |