how to address source files for scripts in html code example
Example 1: where is the correct place to insert a javascript
You can place any script in the <body>, or in the <head> section.
Example 2: include javascript in html
<script>
// JS Here
</script>