html les cellules d'un tableau combiner

J'ai un tableau à 3 lignes et 3 colonnes. Comment pouvez combiner dernière rangée de colonnes? Mon code html:

<table>
  <tr><td></td><td></td><td></td></tr>
  <tr><td></td><td></td><td></td></tr>
  <tr><td>Here I need a cell by all width</td></tr>
</table>

OriginalL'auteur Alex Pliutau | 2010-12-18