Tableau deux colonnes HTML
<table>
<tr>
<th>first column header</th>
<th>second column header</th>
</tr>
<tr>
<td>first column data</td>
<td>second column data</td>
</tr>
<tr>
<td>first column data</td>
<td>second column data</td>
</tr>
<tr>
<td>first column data</td>
<td>second column data</td>
</tr>
</table>
aashish-cd