write the syntax of a script tag to use external Javascript file
Please help
Answers
Answered by
1
Explanation:
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.
Similar questions