html table span 2 rows

HTML
<td colspan="2">Content here</td> // or...
<td rowspan="2">Content here</td>
Source

Also in HTML: