0 / 60 seg.

How do you indicate that a table cell should span two columns?

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