Skip to main content

What do you understand by Colspan and Rowspan?

Colspan: - COLSPAN is used to combine cells horizontally. It specifies the number of columns that the cell spans across and shows them as a single cell. 

Rowspan: ROWSPAN is used to combine cells vertically. It merges the number of cells vertically and shows them as a single cell.

Comments