Lecture 21 Quiz: DOM Manipulation using JavaScript

Note

Review before quiz: Lectures | Week 8 Content | Lab 6 | Home Assignment 3

Lecture 21 Self-Check

Question 1: What is the DOM in web development?
Select an item
Question 2: Which APIs can be used to select elements from the DOM?
Select an item
Question 3: Which property is commonly used to replace the visible text inside an element?
Select an item
Question 4: Which method is used to add a CSS class to an element?
Select an item
Question 5: Which method is used when creating a new DOM node in JavaScript?
Select an item