Q127
What is the purpose of the DocumentFragment node type?
A.
To hold a portion of a document
AnswerB.
To split the document into fragments
C.
To hold the entire document
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
The DocumentFragment node type represents a “lightweight” Document object, which can hold a portion of a document.