Answers for "where to include the script tag in html"

67

include script in html

<script type="text/javascript" src="/path/to/script.js"></script>
Posted by: Guest on July-17-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

Code answers related to "where to include the script tag in html"

Browse Popular Code Answers by Language