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>
0
Community EvaluationsNo one has reviewed this question yet, be the first!
6
How to create a navigation section in HTML56
How to add a sandbox attribute to an iframe in HTML57
What is the HTML element that is used to group related content?6
Calculate the vertical spacing between 2 paragraphs in HTML58
What is the `contenteditable` attribute in HTML5?8
What are the two methods that can be used to send data to a server in HTML5?5
Write a doctype for HTML5