'rowSpan' Syntax and Note : rowSpan « Javascript Properties « JavaScript Reference

'rowSpan' Syntax and Note

Note:

Read and write property. 
Specifies the number of table rows that the cell should span.
    
Syntax:
    
document.getElementById("elementID").rowSpan = value
document.all.elementID.rowSpan = value // IE only

    

      
      








Related examples in the same category

1.'rowSpan' Example
2.'rowSpan' is applied to