Vidyalelo
JavaScript · Q49

Invocation And Performance Navigation

Programming · JavaScript · question 49

Q49

What will happen after executing the script?

A.
Execute script
B.
Layout positioning of DOM elements
C.
Paint DOM elements
D.
Build DOM nodes in render tree
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
After executing the script, the DOM nodes will be built in the render tree.