Discussion :: HTML- CS
- Which of the following statements is false?
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 |
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