Async and Defer
The async and defer attributes are used to specify the loading behavior of external scripts in an HTML document. They can be used to improve the performance of a webpage.
When there is no attribute for the <script> written, everything loads line by ...
dhawalpandya01.hashnode.dev2 min read