While using Javascript, the browser parses the HTML code into a tree-like…
2021
While using Javascript, the browser parses the HTML code into a tree-like structure defined by a standard called ________.
Answer: D. DOM — Browsers convert HTML into a tree structure called DOM (Document Object Model) .
- A.
DOS
- B.
DOD
- C.
MOD
- D.
DOM
Attempted by 442 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.
Loading lesson…