|
|
Return to HTML 4.01 element index page
Name: Table Body
<tbody> (opt.) ... <tbody> (opt.)
Description: Used to group together rows within a table in order to apply common attributes to each cell.
Browser Compatibility: NN: 6.0+ / IE: 4.0+
| Attributes: |
|
Code Example:
<table><tbody class="sec1" valign="top"><tr><td> ... </td><td> ... </td><td> ... </td></tr><tbody></table>
XHTML Notes: The closing </tbody> element is required.
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/