We can make HTML files include JavaScript files, or scripts, with the script tags, <script> and </script>.

Add the script tags right before the closing body tag.

<html>
<body>
  HTML code goes here.
</body>
</html>]]>

Add <script> and then </script>.