3 <table border=
10 cellspacing=
10>
5 <td rowspan=
2>cell1
</td>
12 <p>See the behaviour when there is one more row:
</p>
14 <table border=
10 cellspacing=
10>
16 <td rowspan=
2>cell1
</td>
22 <td>cell3
</td><td>cell4
</td>
26 <p>Now move the rowspan to cell2 to have even more fun:
</p>
28 <table border=
10 cellspacing=
10>
31 <td rowspan=
2>cell2
</td>
36 <td>cell3
</td><td>cell4
</td>