difference between row and column span
Answers
Answered by
3
colspan is a property added to a table cell so that it canspan columns. If the colspanproperty is given a value of 2, it will stretch across two cells vertically in table . Both are uses when you have to write table header in larger columnor row size than.
⭐MARK ME AS A BRAINLIEST ANSWER ⭐
⭐MARK ME AS A BRAINLIEST ANSWER ⭐
harshkabra:
MARK ME AS A BRAINLIEST ANSWER
Answered by
5
Hey, here is your answer
A rowspan is the attribute used in table header cells and data cells to merge rows.
Whereas, column span specifies how many columns an element should span across.
HOPE IT HELPS YOU
A rowspan is the attribute used in table header cells and data cells to merge rows.
Whereas, column span specifies how many columns an element should span across.
HOPE IT HELPS YOU
Similar questions