define rowspan and colspan.
Answers
Answered by
8
Colspan and Rowspan. A table is divided into rows and each row is divided into cells. In some situations we need the Table Cells span across (or merged) more than one column or row. In these situations we can use Colspan or Rowspan attributes.
Answered by
3
- Answer: colspan is used to merge 2 or more cells horizontally and rowspan is used to merge 2 or more cells vertically
Explanation:
Similar questions