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>
4 odpowiedzi
0
In the border and colspan attributes
0
link the code
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>
0
its not really seperated, the bottom column just take 2 space of column because colspan.