rowspan

Row Span

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

Attribute Values

In Elements

<td>
<th>
Value Meaning
A number How many rows this cell will span, e.g., “3”
Restriction: This attribute may be specified if the element is used.