Vidyalelo
HTML · Q18

Basic HTML

Programming · HTML · question 18

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
All older browsers does not support async. So async and defer are used together in combination.