Name

<thead> — NN: 2, 3, 4 - MSIE: 2, 3, 4, 5 - HTML 4 - WebTV - Opera3

Synopsis

                     <thead>...</thead>
                  

Defines the head of the table and should contain information about a table. It must contain at least one row (<tr>). <thead> is one of the “row group” tags introduced by Internet Explorer and proposed in the W3C 4.0 Specification (see <tbody>). Its end tag is optional.

Attributes

align=left|center|right|justify|char

Specifies horizontal alignment (or justification) of cell contents.

char= character

Specifies a character along which the cell contents will be aligned. The default character is a decimal point (language-appropriate).

charoff= length

Specifies the distance to the first alignment character (char) on each line. If a line doesn’t use an alignment character, it should be horizontally shifted to end at the alignment position.

valign=top|middle|bottom|baseline

Specifies vertical alignment of cell contents.

Get Web Design in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.