rowspan
Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 ). The value zero (0 ) means that the cell spans all rows from the current row to the last row of the table section (thead , tbody , or tfoot ) in which the cell is defined.
Attribute information
Namespace: None
Schema document: docbook.xsd
Type: xsd:nonNegativeInteger
Properties: Local, Unqualified
Value
- A value of type xsd:nonNegativeInteger.
Used in
- Attribute group db.html.tablecell.attributes
- Anonymous type of element td via reference to db.html.td.attlist
- Anonymous type of element th via reference to db.html.th.attlist
- Attribute group db.html.td.attlist via reference to db.html.tablecell.attributes
- Attribute group db.html.th.attlist via reference to db.html.tablecell.attributes