While adding scripts into HTML code, we will use tag <script src='./main.js' /> When the browser reaches the script line, it will run the script, even if it's internal or external scripts, it will pause the execution of HTML, so the script can't per...
thilakmanib.hashnode.dev2 min read
No responses yet.