Answers for "link html file file to javascript file in the head"

10

linking a script .js

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

how to connect a javascript file to html

<script src="name.js">
	//put in your javascript here
</script>
Posted by: Guest on September-04-2020

Code answers related to "link html file file to javascript file in the head"

Browse Popular Code Answers by Language