Well done!
You have completed Working with Nodes in the DOM Tree: Locating and Navigating Elements Quiz!
Quiz Question 1 of 5
Which of the following best describes the relationship between the Document
interface and the DOM tree?
Choose the correct answer below:
-
A
The
Document
interface duplicates the DOM tree and allows you to work on a copy. -
B
The
Document
interface is a standalone element that is not connected to the DOM tree. -
C
The
Document
interface only allows access to specific nodes and ignores the rest of the DOM tree. -
D
The
Document
interface serves as the root of the DOM tree and provides methods to navigate and manipulate its nodes.