Quiz DOM-1
Sign in to Google to save your progress. Learn more
question 1
Soit le HTML suivant

<html>
  <head>
    <title>dom</title>
  </head>
  <body>
    <p class="premier">Para 1</p>
    <p><em>second </em> Para 2</p>
    <p id="dernier"> dernier Para</p>
    <!-- je suis un commentaire -->
  </body>
</html>
Quelle formule donne le dernier élément <p> *
Vous devez réussir cette première question pour continue le test !
20 points
Next
Clear form
This content is neither created nor endorsed by Google.