Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. What is the use of “defer” attribute?

  2. A.

     It defers rendering of html page

    B.

     It defers script execution until the page has been rendered

    C.

     It defers rendering of css attributes

    D.

     None of mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The defer attribute is a boolean attribute. When present, it specifies that the script is executed when the page has finished parsing.


Be The First To Comment