Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
table,th,td{border:1px solid #cccccc}
</style>
</head>
<body>
<table >
<tr>
<th>Mois</th>
<th>Data</th>
</tr>
<tr>
<td>Janvier</td>
<td rowspan="2">10.01.2014</td>
</tr>
<tr>
<td>Février</td>
</tr>
</table>
</body>
</html>