HTML and CSS Reference
In-Depth Information
<tbody>
Function Defines a section within a table
align, char, charoff, class, dir, id, lang,
onClick, onDblClick, onKeyDown, onKeyPress,
onKeyUp, onMouseDown, onMouseMove,
onMouseOut, onMouseOver, onMouseUp, style,
title, valign
Attributes
</tbody> ; may be omitted in HTML
End tag
Contains
table_content
Used in
table_content
The closing </tbody> tag is optional in HTML because the section ends
at the next <tbody> tag, or when the table ends. Like <tfoot> , there are
many attributes for the <tbody> tag, but none is supported by the popular
browsers. If you have special alignment attributes for this section, you'll
need to specify them for each row within the <tbody> tag.
10.3.5. Using Table Sections
From a presentation standpoint, the most important thing you can do
with the <thead>, <tfoot> , and <tbody> tags is divide your table into lo-
Search WWH ::




Custom Search