+ 3
what does colspan do?
did not get its concept... plz explain
9 Answers
+ 4
<table>
<tr>
<td colspan="2"(Number of column to be span)>ABC</td>
</tr>
</table>
Enjoy!!!!
+ 3
colspan attribute merge two coloum into one
+ 1
to merge two or more columns ^_^
+ 1
to merge two or more columns ^_^
0
It will merge multiple columns into one.
<td colspan=2>XYZ</td>
0
oh okay, thank you so much guys đ
0
ashish lakhara nothing happened with that code_what was the purpose?
0
the colspan can make one cell for two column
- 1
it extends the <tr> within it to more than one space , specified to the value of the colspan for ex : if colspan=4, this means that the cell will be 4size space or 4 times the normal size of the xekk