<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
table {
border-collapse: collapse;
}
table,
th,
td {
border: 2px solid #000000;
}
table th,
table td {
padding: 10px;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Pays</th>
<th>Capitale</th>
<th>Grande Ville</th>
</tr>
</thead>
<tbody>
<tr>
<td>France</td>
<td>Paris</td>
<td>Lyon</td>
</tr>
<tr>
<td>Italie</td>