Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the below does not belong to the Render Engine work flow?

  2. A.

     Paint DOM elements

    B.

     Parse Content

    C.

     uild DOM nodes in render tree

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    All of the mentioned belongs to the Render Engine work flow. The Render engine work flow contains :
    1. Parse Content
    2. Build DOM nodes in render tree
    3. Layout positioning of DOM elements
    4. Paint DOM elements.


Be The First To Comment