0 / 60 seg.

How do you make a cell span three columns in this table?

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