Q48
Which is the next step after retrieving the content in chunks?
A.
Paint DOM elements
B.
Parse Content
AnswerC.
Build DOM nodes in render tree
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
After retrieving the content in chunks, the contents will be parsed.