Q. What is the use of “defer” attribute? (Solved)
1. it defers rendering of html page
2. it defers script execution until the page has been rendered
3. it defers rendering of css attributes
4. it is only for internal scripts
- b. it defers script execution until the page has been rendered