0 / 60 seg.

In the following code, how do you create a cell that spans two rows and two columns?

<table>
  <tr>
    <td>1</td>
    <td>2</td>
  </tr>
  <tr>
    <td>3</td>
    <td>4</td>
  </tr>
</table>