Q. Which of the following statements is false? (Solved)
1. async and defer attributes of script tag execute before the domcontentloaded event
2. defer executes each script sequentially
3. async executes each script when it is ready
4. all older browsers supports async attribute
- d. all older browsers supports async attribute