Async and defer inside the script tags
In the last article, in case you missed it, we’ve written about the procedure of parsing the HTML inside the browser. I mentioned there that the browser will stop parsing the document if it comes across <script>…</script> or <script src=” “>…</script> tags. The browser stops… Read More »Async and defer inside the script tags