Which is the correct syntax to call an external JavaScript file in the current HTML document?
Options:
Explanation:
The correct syntax to call an external JavaScript file in the current HTML document is:
Tags:
JavaScript
Answer:
Which is the correct syntax to call an external JavaScript file in the current HTML document <script src="jsfile.js"></script>.