Why does this code fail to create a proper table cell?
<td rowspan:2>Data</td>
There is nothing wrong
<td> should be <th>
<td>
<th>
Data should be inside a <p> tag
Data
<p>
rowspan:2 should be rowspan="2"
rowspan:2
rowspan="2"