Answers for "where should you put the js file’s script tag in an html file"

18

script tag to js file

<script type="text/javascript" src="path-to-javascript-file.js"></script>
Posted by: Guest on March-08-2020
3

how to reference a javascript file in html

<script type="text/javascript" src="path/filename.js"></script>
Posted by: Guest on March-24-2021

Code answers related to "where should you put the js file’s script tag in an html file"

Browse Popular Code Answers by Language