actually i want to create a 3 row table in that the first row should be without any column and the second and the third row should have 2 column...
please help me with the code
i tired in this way but its not coming properly
<table>
<tr>
a
</tr>
<tr>
<td> b</td>
<td>c</td>
</tr>
<tr>
<td>d</td>
<td>e</td>
</tr>
</table>
thanks in advance
please help me with the code
i tired in this way but its not coming properly
<table>
<tr>
a
</tr>
<tr>
<td> b</td>
<td>c</td>
</tr>
<tr>
<td>d</td>
<td>e</td>
</tr>
</table>
thanks in advance