how to include js code in html code example
Example 1: include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
Example 2: how to put javascript in HTML
<script>
//put your java script here
</script>
<script type="text/javascript" src="/path/to/script.js"></script>
<script>
//put your java script here
</script>