Discussion :: HTML- CS
- What is the use of “defer” attribute?
A.
It defers rendering of html page |
B.
It defers script execution until the page has been rendered |
C.
It defers rendering of css attributes |
D.
None of mentioned |
Answer : Option B
Explanation :
The defer attribute is a boolean attribute. When present, it specifies that the script is executed when the page has finished parsing.
Be The First To Comment