rowspan

Row Span (XHTML table model)

Use W3C documentation for the XHTML1.1 table model. (http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule)

Remarks

The number of rows a cell spans, in other words, a vertical span (The table cell content should be tagged with a <td> or <th> element.)

Attribute Values

In Elements

<td>
<th>
Value Meaning
A counting number How many rows this cell will span vertically, for example, “ 3
Default value: 1 (Span 1 row)