Two header cells with a predefined height:
![]()
The height attribute is supported in all major browsers.
The <th> height attribute is not supported in HTML5. Use CSS instead.
The height attribute of <th> is deprecated in HTML 4.01.
The height attribute specifies the height of a header cell.
If no height attribute is set, a header cell takes up the space it needs to display the content. The height attribute is used to set a predefined height of a header cell.
The height attribute of <th> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <th style="height:100px">
CSS Example: Set the height of header cells
In our CSS tutorial you can find more details about the height property.
| Value | Description |
|---|---|
| pixels | Sets the height in pixels (example: height="50") |
| % | Sets the height in percent of the surrounding element (example: height="50%") |
HTML <th> tag
Your message has been sent to W3Schools.