0
<script src="../helloworld.js">
</script>
Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.
By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.