Answers for "how to link a js to html\"

130

import js 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
0

link js file to index.html

<script src="your js file"></script>
Posted by: Guest on March-21-2020

Browse Popular Code Answers by Language