The correct choice is (d) Build DOM nodes in render tree
Explanation: After executing the script, the DOM nodes will be built in the render tree. The Render engine workflow contains:
Parse Content
Build DOM nodes in render tree
Layout positioning of DOM elements
Paint DOM elements.