What is incorrect in this code for a table cell?
<td rowspan="2" colspan:="3">Data</td>
Data should be inside a <p> tag
Data
<p>
<td> should be <th>
<td>
<th>
rowspan="2" should be rowspan=2
rowspan="2"
rowspan=2
colspan:="3" should be colspan="3"
colspan:="3"
colspan="3"