What is wrong with this table cell code?
<td Rowspan='3'>Data</td>
Rowspan should be lowercase
Rowspan
Data should be inside a <span>
Data
<span>
<td> should be <th>
<td>
<th>
Rowspan='3' should be rowspan="3"
Rowspan='3'
rowspan="3"