Question 1: What does DOM stand for in web development?
Question 2: Which programming language is primarily used to manipulate the DOM?
Question 3: Which method is used to select an HTML element by its ID?
Question 4: Which method is used to change the inner text of an HTML element?
Question 5: Which of the following is NOT a valid way to select an element in the DOM?
Question 6: Which property is used to change the background color of an element using JavaScript?
Question 7: Which event occurs when a user clicks on an HTML element?
Question 8: How can a new element be added to the DOM?
Question 9: Which method is used to remove an HTML element from the DOM?
Question 10: Which of the following is the correct way to append a child element to an existing element?