What is incorrect about this code snippet for a table row?
<tr>Cell 1<td></td>Cell 2<td></td></tr>
Text should be inside <td> tags
<td>
<td> should be <th>
<th>
<tr> should be inside <thead>
<tr>
<thead>
There is nothing wrong