What does a Node object represent?
What does a Node object represent? Correct Answer Single node
The Node object represents a single node in the document tree. A node can be an element node, an attribute node, a text node, or any other of the node types explained in the Node Types chapter.