What are async and differ attributes in
<script> tag ?
The async and defer attributes are used with the <script> element in HTML to control how external scripts are loaded and executed.
async attribute - The async attribute is a boolean attribute. When you include the async attribute in a <script> tag, i...
bharat2044.hashnode.dev2 min read