Question from the Javascript test

Archived

What methods can I use to retrieve the 3 HTML elements annotated as<!-- to retrieve --> in this HTML document?

<! DOCTYPE html>
<html lang="en">
<head>
 <title>QCM JavaScript</title>
</head>
<body>
 <div id="foo">
   <span class="bar">Foo bar</span><!-- to retrieve -->
   <span class="baz">Foo baz</span>
   <span class="bar baz">Foo bar baz</span><!-- to retrieve -->
 </div>
 <div id="quux">
   <div class="bar">Foo bar</div><!-- to retrieve -->
   <div class="baz">Foo baz</div>
 </div>
</body>
Author: Jean-marie CléryStatus: Archived(New question!)Question passed 568 times
-1
Community Evaluations
developer avatar
Technical Walrus
15/05/2022
La correction est fausse car c'est seulement la première réponse qui est correcte.
developer avatar
Auteur anonyme
16/05/2022
C'est tout à fait vrai. Merci d'avoir remonté cette coquille ! Je valide ta correction.