What is wrong with this table row code?
<tr> <th>Header 1<th> <th>Header 2<th> </tr>
<tr> should be inside <thead>
<tr>
<thead>
<th> should be <td>
<th>
<td>
Header 1 and Header 2 should be inside a <p> tag
Header 1
Header 2
<p>
The closing <th> tags are incorrect