What is wrong with this code aiming to span table rows?
<tr rowspan="2"><td>Content</td></tr>
rowspan should have a different value
rowspan
rowspan attribute should be in <td>
<td>
<tr> should be inside <tbody>
<tr>
<tbody>
Content should be inside a <span>
Content
<span>