What is the use of “defer” attribute?
What is the use of “defer” attribute? Correct Answer It defers script execution until the page has been rendered
The defer attribute is a boolean attribute. The script is executed after the page has finished parsing. The defer attribute is used if and only if there is src attribute. Defer is for external not internal scripts.
মোঃ আরিফুল ইসলাম
Feb 20, 2025