Which of the following Node types have a node value equal to null?
Which of the following Node types have a node value equal to null? Correct Answer All of the mentioned
All the three node types namely, Document, DocumentFragment, DocumentType have a node value equal to null. If the node is an element node, the nodeType property will return 1. If the node is an attribute node, the nodeType property will return 2.