Colonnes de table HTML
Row:<tr>
Cell:<td>
<table>
<tr>
<td>Cell1</td>
<td>Cell2</td>
<td>Cell3</td>
</tr>
</table>
Number of columns is equal to the number of <td> elements in a row.
PanosG