What is the purpose of the DocumentFragment node type?
What is the purpose of the DocumentFragment node type? Correct Answer To hold a portion of a document
The DocumentFragment node type represents a “lightweight” Document object that has no parent. It is used as a lightweight version of Document that stores a segment of a document structure comprised of nodes just like a standard document.