fr

Daily Challenge 🗓️

Your daily dose of technical intelligence to shine in (developer) society.

Discover a software development quiz per day with its detailed correction.

Frontend, Backend, Mobile, Data, Web, AI, Infra... Everything that can be coded!

Thursday 4 September 2025

-

HTML5/CSS3

HTML5/CSS3 #33/38

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>
Author: W3D TeamStatus: Published(Update)Question passed 256 times
0
Reviews from developersNo one has reviewed this question yet, be the first!

About Daily Challenge 🗓️

From Monday to Friday, discover each day a quiz question with its detailed answer to enrich your tech knowledge. The questions are proposed by the WeLoveDevs.com community: experienced developers, trainers and freelancers.WeLoveDevs.com helps developers to find their dream job. We also provide over 50 free technical tests in different technologies for those of you who would like to test your knowledge.

History

    ⚠️
    Your browser is badly|not supported!
    We recommend you to use a more modern browser such as Edge, Chrome or Firefox
    Know More