Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Designates rows as the table's header.
HTML Syntax
<THEAD ALIGN=CENTER | LEFT | RIGHT BGCOLOR=color CLASS=classname ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text VALIGN=BASELINE | BOTTOM | CENTER | TOP event = script >
Remarks
This element is a block element.
Members
Styles
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>
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.