Which tag would you use to include a JavaScript file in an HTML document?

Enhance your HTML skills with our HTML Tags Test. Challenge your expertise through interactive flashcards and multiple-choice questions. Each question includes hints and thorough explanations. Prepare effectively for your HTML examination!

The would effectively load and execute the JavaScript contained within "yourfile.js" when the HTML page is accessed.

The other options do not serve this purpose: is not a valid HTML tag and does not exist; is primarily used for linking to external resources like stylesheets; and is used for providing metadata about the HTML document, such as character set or page description. Thus, the