Understanding Async & Defer HTML Attributes
Async & Defer are boolean attributes that are used along with script tags to load the external script efficiently.
Two things happen in a browser when we load a webpage.
HTML parsing
Loading of the script
Script fetching from the network
Executio...
savitaverma.hashnode.dev2 min read