Answers for "how to link a javascript script to html"

92

calling javascript file in html

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

how to link your js file to html

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

Browse Popular Code Answers by Language