calling javascript from a different file using html code example
Example 1: calling javascript file in html
<script type="text/javascript" src="yourfile.js"></script>
Example 2: link javascript file to html
<script type="text/javascript" src="path-to-javascript-file.js"></script>