Right choice is (b) Parse Content
Explanation: After retrieving the content in chunks, the contents will be parsed. The Render engine workflow contains:
Parse Content
Build DOM nodes in render tree
Layout positioning of DOM elements
Paint DOM elements.