0 / 60 seg.

How do you make a cell span two rows in the following table?

<table>
  <tr>
    <td>Cell 1</td>
  </tr>
  <tr>
    <td>Cell 2</td>
  </tr>
</table>