How red is separated from the rest two ?? Can anyone help me out. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How red is separated from the rest two ?? Can anyone help me out.

<table border="2"> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> </tr> <tr> <td><br /></td> <td colspan="2"><br /></td> </tr> </table>

13th Dec 2019, 3:48 AM
Akshat
4 Answers
0
In the border and colspan attributes
13th Dec 2019, 3:54 AM
Akshat
0
link the code
13th Dec 2019, 3:59 AM
Taste
Taste - avatar
0
<table border="2"> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> </tr> <tr> <td><br /></td> <td colspan="2"><br /></td> </tr> </table>
13th Dec 2019, 4:00 AM
Akshat
0
its not really seperated, the bottom column just take 2 space of column because colspan.
13th Dec 2019, 4:08 AM
Taste
Taste - avatar