0 / 60 seg.

What will be the output of the following table code?

<table>
  <tr>
    <th>Header 1</th>
  </tr>
  <tr>
    <td>Data 1</td>
  </tr>
</table>