0 / 60 seg.

What should you add to the following code to specify that the first row is the header?

<table>
  <tr>
    <td>Data1</td>
    <td>Data2</td>
  </tr>
  <tr>
    <td>Data3</td>
    <td>Data4</td>
  </tr>
</table>