How we should use row span? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How we should use row span?

A).describe row B).extend row vertically C).extend row horizontal

13th Mar 2019, 7:56 AM
Ajay Degamwala
Ajay Degamwala - avatar
4 Answers
+ 8
Jut like colspan only vertically :)
16th Mar 2019, 12:46 PM
Sławek J.
+ 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!
13th Mar 2019, 8:12 AM
Joery De Loose
Joery De Loose - avatar
+ 1
Correct👌👌
13th Mar 2019, 8:15 AM
Ajay Degamwala
Ajay Degamwala - avatar
+ 1
We can use row span with extend vertically
13th Mar 2019, 8:16 AM
Ajay Degamwala
Ajay Degamwala - avatar