What is the purpose of the DocumentFragment node type?
(a) To hold a portion of a document
(b) To split the document into fragments
(c) To hold the entire document
(d) To hold the fragments
I had been asked this question in an online quiz.
This interesting question is from Node Operations in JavaScript in section Document Object Model and Event Handling in Javascript of JavaScript