asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > ROWSPAN Attribute

ROWSPAN Attribute | rowSpan Property


Sets or retrieves the number of rows spanned by the current cell.

Syntax

Inline <element ROWSPAN = iRows...>
Script object.rowSpan = iRows ]

Possible Values

iRows Integer indicating the number of spanned rows.

The property is read/write with a default value of 1.

Remarks

This attribute specifies how many rows in a TABLE the cell should span. Specifying a zero value means that the cell spans all rows from the current row to the last row of the table in which the cell is defined.

This property can only be changed after the page has been loaded.

Applies To

TD, TH

See Also

colSpan, Using Tables



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note