What is wrong with this code for a table row?
<tr><td>Data<td><tr>
The second <td> is missing a closing tag
<td>
<td> should be <th>
<th>
<tr> should be inside <tbody>
<tr>
<tbody>
Data should be inside a <span>
Data
<span>