What will be the output of the following table code?
<table>
<tr>
<th>Header 1</th>
</tr>
<tr>
<td>Data 1</td>
</tr>
</table>
What will be the output of the following table code?
<table>
<tr>
<th>Header 1</th>
</tr>
<tr>
<td>Data 1</td>
</tr>
</table>