asp.net.ph

Skip Navigation Links

THEAD Element | THEAD Object

Language References


Designates rows as the table’s header.HTML 4, 4.01, 5

HTML Syntax

Remarks

This element is a block element.

NOTE: Both start and end tags are required.

Members

THEAD Members

Example

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

<table>
<thead>
<tr>
   <td>This text is in the table header.</td>
</tr>
<tbody>
<tr>
   <td>This text is in the table body.</td>
</tr>
</table>



© 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