MCQ PracticeSingle Best AnswerTopic: Javascript DOM & Event Handling MCQ
Q
What exactly is a Node object?
Question ID
#5192
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Single node ✔✖
B
Set of nodes ✔✖
C
Sequence of nodes ✔✖
D
Node array ✔✖
A
Correct Answer: A
Explanation
A single node in the document tree is represented by the Node object.
A node can be an element node, an attribute node, a text node, or any of the other node types described in the chapter Node Types.