We can make HTML files include JavaScript files, or scripts, between the script tags, <script> and </script>.
<script>
</script>
Add the script tags right before the closing body tag.
Add <script> and then </script>.