Vidyalelo
JavaScript · Q125

Document Object Model And Event Handling

Programming · JavaScript · question 125

Q125

Which of the following is the child(s) of the node type EntityReference?

A.
Element
B.
Text
C.
Both Element and Text
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The children of the node tyoe EntityReference are Element, ProcessingInstruction, Comment, Text, CDATASection, EntityReference.