Day 02 JS and DOM

Day 02 JS and DOM

Assessment

Flashcard

Science

University

Hard

Created by

Aymane Benhima

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Quel type de node représente un élément HTML ?

Back

Node.ELEMENT_NODE

2.

FLASHCARD QUESTION

Front

Quelle méthode retourne le premier élément correspondant à un sélecteur CSS ?

Back

document.querySelector()

3.

FLASHCARD QUESTION

Front

Quelle propriété donne accès à l'élément du document ?
Options: document.head, document.body, document.html, document.root

Back

document.body

4.

FLASHCARD QUESTION

Front

Comment change-t-on la couleur d'un élément en rouge via JavaScript ?

Back

element.style.color = "red"

5.

FLASHCARD QUESTION

Front

Comment récupère-t-on la valeur d'un attribut "data-id" ?

Back

element.getAttribute('data-id')

6.

FLASHCARD QUESTION

Front

Comment ajoute-t-on une classe "active" à un élément ?

Back

element.classList.add("active")

7.

FLASHCARD QUESTION

Front

Complétez la sélection de tous les éléments avec la classe "item" :

Back

querySelectorAll

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?