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