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