Vidyalelo
JavaScript · Q43

Document Object Model And Event Handling

Programming · JavaScript · question 43

Q43

The node directly above a node is called

A.
sibling
B.
child
C.
parent
Answer
D.
ancestors

Answer: Option C

Solution

Answer: Option C
Solution:
The node directly above a node is the parent of that node.