Q50
What would happen if there were no script tags?
A.
Build DOM nodes in render tree
AnswerB.
Layout positioning of DOM elements
C.
Paint DOM elements
D.
Execute script
Answer: Option A
Solution
Answer: Option A
Solution:
If there were no script tags, the DOM nodes will be built in the render tree.