<tbody>: The HTML Table Body Element
1 Description
The HTML <tbody>
element contains the main
data of a <table>
. The only elements which may be children of a
<tbody>
element are <tr>
elements.
This document was last updated: