back
Code
CSS
HTML
Web

<table id="table360">
<tr>
<td> Lorem </td>
<td> Ipsum </td>
</tr>
<tr>
<td> Dolor </td>
<td> </td>
</tr>
</table>

In the table above, the bottom right cell is hidden. In the table below it is visible.

<table id="table361">
<tr>
<td> Lorem </td>
<td> Ipsum </td>
</tr>
<tr>
<td> Dolor </td>
<td> </td>
</tr>
</table>