What is wrong with this table header cell?
<th Colspan="2">Header</th>
The value "2" needs quotes
Colspan should be lowercase
Colspan
<th> should be <td>
<th>
<td>
There is nothing wrong