JS DOM

JS DOM

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

1.3.1 Networks #1 LAN's, Client-Server, Peer to Peer

1.3.1 Networks #1 LAN's, Client-Server, Peer to Peer

9th - 11th Grade

15 Qs

MVC-PHP

MVC-PHP

12th Grade

15 Qs

Google Docs Basics Quiz

Google Docs Basics Quiz

9th Grade

20 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

Excel

Excel

10th - 12th Grade

15 Qs

Q7/Q8 Email Vocabulary (Basics in 21t4s)

Q7/Q8 Email Vocabulary (Basics in 21t4s)

5th - 9th Grade

17 Qs

Аддитивные технологии

Аддитивные технологии

10th - 11th Grade

20 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

JS DOM

JS DOM

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Полина Шестакова

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой метод используется для получения элемента по его идентификатору (ID) в DOM?

getElementById()

querySelector()

getElementByClassName()

getElementsByTagName()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой метод используется для создания нового элемента в DOM?

createNewElement()

document.createElement()

addElement()

makeElement()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как добавить новый элемент в конец существующий элемент?

prepend

after

append

before

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой метод удаляет элемент из DOM?

deleteElement()

removeChild()

remove()

clear()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как изменить текстовое содержимое элемента (информация выводиться полностью строкой с HTML содержимым)?

element.textContent = "новый текст"

element.innerText = "новый текст"

element.setText("новый текст")

element.updateText("новый текст")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как установить обработчик события для элемента?

addEventListener()

setEventListener()

onEvent()

attachEvent()

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Как получить все элементы с определённым классом? (несколько вариантов ответа)

getElementsByClassName()

getClassElements()

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?