What is wrong with this code for a table header row?
<thead> <td>Header 1</td> <td>Header 2</td> </thead>
<td> should be <th>
<td>
<th>
<thead> should be inside <table>
<thead>
<table>
<td> tags need an attribute
There is nothing wrong