
DOM JS
Quiz
•
Computers
•
11th Grade
•
Practice Problem
•
Medium
Vladimir Bogatyrenko
Used 6+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Найти на странице div с id container и записать в переменную
let container = document.querySelector('#container')
let container = querySelector('#container')
Оба варианта верны
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Элемент записан в переменную element. Установить элементу красный цвет текста
element.color = red
element.color = 'red'
element.style.color = 'red'
element.color: red
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const element = document.querySelector('.hello');
Как заменить текст в полученном элементе?
element.text = 'Это новый текст'
element.Content = 'Это новый текст'
element.textContent = 'Это новый текст'
element = 'Это новый текст'
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод добавит узел element в конец container
container.appendChild(element)
container.append(element)
оба ответа верны
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какой метод добавит обработчик клика по кнопке?
myButton.addEventListener('click', function handler() {
console.log('клик по кнопке');
})
myButton.removeEventListener('click', handler)
event.preventDefault()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Зачем нужен метод event.preventDefault()
Добавляет обработчик события
Удаляет обработчик события
Отменяет действие по умолчанию
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
let input = document.querySelector('input');
Как получить значение текстового поля input?
input.checked
input.text
input.Content
input.value
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
14 questions
ITGS - IT Systems (Hardware)
Quiz
•
10th - 12th Grade
10 questions
TỪ BÀI TOÁN ĐẾN CHƯƠNG TRÌNH
Quiz
•
11th Grade
10 questions
Edexcel Algorithm Key Terminology
Quiz
•
10th - 12th Grade
10 questions
ICT Quiz
Quiz
•
4th - 12th Grade
10 questions
Sains Komputer Tingkatan 4 - 3.1.1 Mengkaji keperluan intera
Quiz
•
1st Grade - Professio...
10 questions
Canva เบื้องต้น
Quiz
•
9th - 12th Grade
10 questions
Podstawy Pythona
Quiz
•
9th - 12th Grade
15 questions
Software Testing
Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
