asp.net.ph

Skip Navigation Links

TBODY Element | TBODY Object

Language References


Designates rows as the body of the table.HTML 4, 4.01, 5

HTML Syntax

Remarks

This element is exposed for all tables, even if the table did not explicitly define a TBODY element.

This element is a block element.

Members

TBODY Members

Example

This example shows a two-row table. The first row is in the table head. The second row is in the table body.

<table>
<thead>
<tr>
   <td>This text is in the THEAD</td>
</tr>
<tbody>
<tr>
   <td>This text is in the TBODY</td>
</tr>
</tbody>
</table>
See Also

TFOOT   THEAD



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note