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