What is wrong with the following table row code?
<tr><td colspan==2>Cell 1</td></tr>
colspan==2 should be colspan="2"
colspan==2
colspan="2"
Cell 1 should be inside a <span>
Cell 1
<span>
<td> should be <th>
<td>
<th>
<tr> should be <td>
<tr>