Answers for "how to link js fie to html"

130

import js in html

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

link javascript file to html

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

Browse Popular Code Answers by Language