Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 55
<th>

This tag defines a table header cell in a table. The text within the <th> element usually renders in bold.

The bgcolor, height, width, and nowrap attributes of the <th> element are not supported in XHTML

1.0 Strict DTD.

The <th> tag supports the attributes listed in the following table.

Table 46: <th> Tag Attributes
Attribute
Value(s)
abbr
abbr_text
Specifies an abbreviated version of the content in a cell.
align
left, right, center, justify, char
Specifies the horizontal alignment of cell content text.
axis
category_name
Defines a name for a cell.
bgcolor
rgb(x,x,x), #xxxxxx, colorname
Specifies the background color of the table cell. Deprecated. Use styles instead.
char
character
Specifies which character to align text on. Used if align=char.
charoff
pixels, %
Specifies the alignment offset to the first character to align on. Used if align=char.
class
class_rule, style_rule
The class of the element.
colspan
number
Indicates the number of columns this cell should span.
dir
ltr (left to right), rtl (right to left)
Sets the text direction.
headers
header_cells_id
A space-separated list of cell IDs that supply header information for the cell. This attribute allows text-only
browsers to render the header information for a given cell.
height
pixels
Specifies the height of the table cell. Deprecated. Use styles instead.
id
unique_name
Defines a unique name for the map tag.