An HTML table with a header cell that spans three rows:
![]()
The rowspan attribute is supported in all major browsers.
Note: Only Firefox and Opera supports rowspan="0", which has a special meaning (look below in the "Attribute Values" table).
The rowspan attribute defines the number of rows a header cell should span.
NONE.
| Value | Description |
|---|---|
| number | Sets the number of rows a header cell should span. Note: rowspan="0" tells the browser to span the cell to the last row of the table section (thead, tbody, or tfoot) |
Use of rowspan="0"
This example will only work in Firefox and Opera, and it demonstrates rowspan="0".
HTML <th> tag
Your message has been sent to W3Schools.