Script Tag
Script Tag
-> when it comes across a script tag in the head section, the
parsing is paused.
-> It then does the work of parsing, interpreting and executing the
downloaded script.
-> this happens for each of the script tag.
-> once all this done, the browser resumes its work of parsing
HTML and creating DOM nodes.
-> Script tags are blocking in nature. They block the rendering of
the DOM.