Answers for "how to include js html file file in html"

80

calling javascript file in html

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

how to include external javascript in html

<script src="script.js">
Posted by: Guest on September-18-2020

Browse Popular Code Answers by Language