De plus, n'oublie pas que ton tableau doit comporter un élément "summary" (résumé) et un <caption> comme le montre l'exemple honteusement pompé depuis Cybercodeur:
<table class="example" summary="Ce tableau montre
l'augmentation de la population annuelle en Suède de
1999 à 2003.">
<caption>Augmentation de la population en Suède,
1999–2003</caption>
<tbody>
<tr>
<td> </td>
<th scope="col">1999</th>
<th scope="col">2000</th>
<th scope="col">2001</th>
<th scope="col">2002</th>
<th scope="col">2003</th>
</tr>
<tr>
<th>Population</th>
<td scope="row">8 861 426</td>
<td scope="row">8 882 792</td>
<td scope="row">8 909 128</td>
<td scope="row">8 940 788</td>
<td scope="row">8 975 670</td>
</tr>
<tr>
<th>Augmentation</th>
<td scope="row">7 104</td>
<td scope="row">21 366</td>
<td scope="row">26 368</td>
<td scope="row">31 884</td>
<td scope="row">34 882</td>
</tr>
</tbody>
</table>
[^] # Rien à voir avec les css
Posté par plagiats . En réponse au journal Pourriez-vous me vérifier ce présumé bug ?. Évalué à 3.
<table class="example" summary="Ce tableau montre
l'augmentation de la population annuelle en Suède de
1999 à 2003.">
<caption>Augmentation de la population en Suède,
1999–2003</caption>
<tbody>
<tr>
<td> </td>
<th scope="col">1999</th>
<th scope="col">2000</th>
<th scope="col">2001</th>
<th scope="col">2002</th>
<th scope="col">2003</th>
</tr>
<tr>
<th>Population</th>
<td scope="row">8 861 426</td>
<td scope="row">8 882 792</td>
<td scope="row">8 909 128</td>
<td scope="row">8 940 788</td>
<td scope="row">8 975 670</td>
</tr>
<tr>
<th>Augmentation</th>
<td scope="row">7 104</td>
<td scope="row">21 366</td>
<td scope="row">26 368</td>
<td scope="row">31 884</td>
<td scope="row">34 882</td>
</tr>
</tbody>
</table>
http://www.cybercodeur.net/weblog/presentations/dwws/index.html