How To Link an External JavaScript Files to an HTML Document

preview_player
Показать описание
To include an external JavaScript file, we can use the script tag with the attribute src. You've already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the head tags in your HTML document.
Рекомендации по теме