β
Correct Answer: (D)
all older browsers supports async attribute
Explanation: in async attribute, the script is executed asynchronously with the rest of the page (the script will be executed while the page continues the parsing). defer, the boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed, but before firing
Explanation by: Mr. Dubey
in async attribute, the script is executed asynchronously with the rest of the page (the script will be executed while the page continues the parsing). defer, the boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed, but before firing
Discussion
Question Analytics
949
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
94%
Success Rate