+ 2
How we should use row span?
A).describe row B).extend row vertically C).extend row horizontal
4 Answers
+ 8
Jut like colspan only vertically :)
+ 2
A) rows are vertical, every vertical cell is considered a new row (tr)
B) not sure what you mean but I will assume you mean a singular cell to take up multiple ones use the ârowspan=2â on your row or any other number
C) to make a cell take up multiple columns youâd do the same as B) but instead of ârowspanâ we use âcolspan=2â
hope this helps, if you got any further questions feel free to ask!
+ 1
Correctđđ
+ 1
We can use row span with extend vertically