What is wrong with this table row?
<tr colspan="2"><td>Row</td></tr>
colspan should be rowspan
colspan
rowspan
<tr> needs a <th> element
<tr>
<th>
colspan should have a different value
colspan should be on the <td> element
<td>