Test 5.1.1 — Structure de base
Erreurs à trouver : 1 • Cas conformes : 1
Sans th (erreur) NON CONFORME
Attendu : Entêtes absents.
Extrait de code
<table><tr><td>Jan</td><td>100</td></tr></table>
Avec th scope (conforme) CONFORME
Attendu : Entêtes corrects.
Extrait de code
<table><caption>Ventes</caption><tr><th scope='col'>Mois</th><th scope='col'>Ventes</th></tr><tr><td>Jan</td><td>100</td></tr></table>