An HTML table with a table cell that spans two rows:
![]()
The rowspan attribute is supported in all major browsers.
Note: Only Firefox and Opera support rowspan="0", which has a special meaning (look below in the "Attribute Values" table).
The rowspan attribute specifies the number of rows a cell should span.
NONE.
| Value | Description |
|---|---|
| number | Specifies the number of rows a 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 <td> tag
Your message has been sent to W3Schools.