Answers for "make script tag and add script in html"

10

how to add script in html head

<script src="script.js" defer></script>

<!--just add defer attribute so script will execute at last-->
Posted by: Guest on August-21-2020
0

how many script tags can you add in a html file?

There is no limit. Make sure however to make tests in the most popular 
browser to see if there is any issue
Posted by: Guest on March-09-2022

Browse Popular Code Answers by Language