Please enable JavaScript to use CodeHS

The Script Tag

Learn how to incorporate JavaScript code onto a website using the script tag.

By Evelyn Hunter

</body> ``` The website below offers an example of this practice in action. The website has a script tag that points to the `external-script.js` file. When the webpage is run, the code in the external script will execute:">