Async VS Defer Script Tags
Jun 17, 2022 · 4 min read · Loading external scripts into HTML using the script tag is probably essential. Although it is actually so essential, problems can occur. With HTML5 , we got two new boolean attributes for the <script> tag: async and defer. Which allows us to specify ...
Join discussion


