Q18
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
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
All older browsers does not support async. So async and defer are used together in combination.