Hard
Among the following statements, which one is true about this table?
<table cellspacing="0" cellpadding="0">
<caption>My favorite cheeses list</caption>
<thead>
<tr>
<th scope="col">Cheese</th>
<th scope="col">Geographical origin</th>
<th scope="col">AOC?</th>
</tr>
</thead>
<tr>
<th scope="row">Boursin</th>
<th>Normandy</th>
<th data-value="false">No</th>
</tr>
<tr>
<th scope="row">Morbier</th>
<th>Franche-Comté</th>
<th data-value="true">Yes</th>
</tr>
</table>
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
7
How to add a border to an image in HTML59
What is the HTML element that is used to group related content?9
What are the two methods that can be used to send data to a server in HTML5?9
What is the selector `nav a[href^=http://]`?8
What is the `contenteditable` attribute in HTML5?8
How to create a navigation section in HTML57
What is the `<output>` element in HTML5?