While using Javascript, the browser parses the HTML code into a tree-like…
2022
While using Javascript, the browser parses the HTML code into a tree-like structure defined by a standard called ________.
- A.
DOS
- B.
DOD
- C.
MOD
- D.
DOM
Attempted by 182 students.
Show answer & explanation
Correct answer: D
Browsers convert HTML into a tree structure called DOM (Document Object Model) .
A video solution is available for this question — log in and enroll to watch it.