Question from the HTML5/CSS3 test

Archived

Parmi les affirmations suivantes, lesquelles sont vraies à propos de ce tableau ?

<table cellspacing="0" cellpadding="0">
    <caption>Liste de mes fromages préférés</caption>
    <thead>
        <tr>
            <th scope="col">Fromage</th>
            <th scope="col">Origine géograhique</th>
            <th scope="col">AOC ?</th>
        </tr>
    </thead>
    <tr>
        <th scope="row">Boursin</th>
        <th>Normandie</th>
        <th data-value="false">Non</th>
    </tr>
    <tr>
        <th scope="row">Morbier</th>
        <th>Franche-Comté</th>
        <th data-value="true">Oui</th>
    </tr>
</table>
Author: Jean-marie CléryStatus: Archived(New question!)Question passed 778 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!