<th attribute-name="attribute-value"></th>
Name | Value | Description |
---|
abbr | string | Alternative label to use for the header cell when referencing the cell in other contexts. |
colspan | positive integer | Number of columns that the cell is to span |
headers | IDREFS | The headers for this cell |
rowspan | non-negative integer | Number of rows that the cell is to span |
scope | auto | row | col | rowgroup | colgroup | Specifies what set of cells the th element applies to |
th
{
display: table-cell;
font-weight: bold;
text-align: center;
vertical-align: inherit;
}