What is colspan | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is colspan

18th Jan 2017, 9:27 AM
harshcr7
4 Answers
+ 4
<table border=1> <tr><td colspan=2>Hi</td></tr> <tr><td>Hi</td><td>Hi</td></tr> </table> Try this and you will know what I mean.
18th Jan 2017, 10:35 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
It's like "merge cells" in MS Excel.
18th Jan 2017, 9:33 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 1
got it
19th Jan 2017, 9:58 AM
harshcr7
0
I don't use excel so Can you explain in other way
18th Jan 2017, 9:38 AM
harshcr7