What is the purpose of the Node object property ownerDocument?
A
Returns the root element
B
Returns the last element
C
Returns the parent node
D
Returns the immediate node
Correct Answer: Returns the root element
The ownerDocument property returns the owner document of a node, as a Document object. It returns the root element for a node.