What is the main function of the DOM (Document Object Model) ?
2025
What is the main function of the DOM (Document Object Model) ?
- A.
To define the structure of the HTML document
- B.
To represent the page so that JavaScript can manipulate it
- C.
To load the webpage
- D.
To style the elements of the webpage
Attempted by 61 students.
Show answer & explanation
Correct answer: B
The main function of the DOM is to represent a page so that programs can change the document structure, style, and content.