Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Which of the following statements is false?

  2. A.

     async and defer attributes of script tag execute before the DOMContentLoaded event

    B.

     defer executes each script sequentially

    C.

     async executes each script when it is ready

    D.

     all older browsers supports async attribute

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    All older browsers does not support async. So async and defer are used together in combination.


Be The First To Comment