Sets or retrieves how many rows in a table the cell should span.
![]() |
Syntax
| HTML | <element rowspan="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: Integer
the number of spanned rows.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 11.2.6
Remarks
This property can be changed only after the document has been loaded.
See also
Build date: 11/28/2012
