Vidyalelo
JavaScript · Q76

Caching And Debugging

Programming · JavaScript · question 76

Q76

How are the objects organized in the HTML DOM?

A.
Class-wise
B.
Queue
C.
Hierarchy
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The objects are organized in the hierarchy format in the HTML DOM.