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.

Related Questions

Which node type represents the root-node of the DOM tree?
The node directly above a node is called
The snippet that has to be used to check if “a” is not equal to “null” is