Vidyalelo
JavaScript · Q121

Document Object Model And Event Handling

Programming · JavaScript · question 121

Q121

What does a Node object represent?

A.
Single node
Answer
B.
Set of nodes
C.
Sequence of nodes
D.
Node array

Answer: Option A

Solution

Answer: Option A
Solution:
The Node object represents a single node in the document tree.