Which object is the top of the hierarchy?
A
Window Object
B
Document Object
C
Form Object
D
Form Control Elements
Correct Answer: Window Object
The DOM is arranged in the form of tree with every node as an object. Window object is the top of the hierarchy. It is the outmost element of the object hierarchy.