link external javascript file to html page code example
Example 1: import script html
<html>
<head>
<script type="text/javascript" src="/path/to/script.js"></script>
...
Example 2: how to link js to html
<script src="Your-JavaScript-File.js"></script> <!--If JS file is in same folder with HTML file-->