Example in Action: Incorporating Javascript in a Webpage
Watch this video to see the "internal" and "external" use of the <script></script>
tag on an HTML page using an editor. JavaScript can be coded directly in your HTML document (internal) or in a separate document (external). The external file will have a .js extension.
Source: Bethany Petr, https://youtu.be/3h5qtruettY
This work is licensed under a Creative Commons Attribution 3.0 License.
Last modified: Tuesday, October 4, 2022, 1:27 PM