Answers for "how to connect js and html file and where can we put it?"

130

calling javascript file in html

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

how to link javascript to html

<script src = "index.js"></script>
Posted by: Guest on May-16-2020

Code answers related to "how to connect js and html file and where can we put it?"

Browse Popular Code Answers by Language