l'esempio che hai postato è una tabella
qui puoi vedere come si fanno

http://xhtml.html.it/guide/lezione/1...ttura-di-base/

a te ne serve una di questo tipo

<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td rowspan="3"></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>