Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What would happen if there were no script tags?

  2. A.

     Build DOM nodes in render tree

    B.

     Layout positioning of DOM elements

    C.

     Paint DOM elements

    D.

     Execute script

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    If there were no script tags, the DOM nodes will be built in the render tree.


Be The First To Comment