Answers for "how to link js file with htmml with out script tag"

109

calling javascript file in html

<script type="text/javascript" src="yourfile.js"></script>
Posted by: Guest on February-23-2020
1

js link html

<script type="text/javascript" src="NameOfYourFile.js" ></script>
Posted by: Guest on October-23-2021

Code answers related to "how to link js file with htmml with out script tag"

Browse Popular Code Answers by Language