In the following table, how would you make the cell containing 'Data' span two rows?
<table>
<tr>
<td>Data</td>
</tr>
<tr>
<td></td>
</tr>
</table>
In the following table, how would you make the cell containing 'Data' span two rows?
<table>
<tr>
<td>Data</td>
</tr>
<tr>
<td></td>
</tr>
</table>