Vidyalelo
JavaScript · Q50

Invocation And Performance Navigation

Programming · JavaScript · question 50

Q50

What would happen if there were no script tags?

A.
Build DOM nodes in render tree
Answer
B.
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.