🎴 Flashcard Mode
Indian Entertainment and Tech Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
An external JavaScript must contain the
AnswerClick to flip back
A
False
💡 Explanation:
External JavaScript files (.js) contain only JavaScript code without any HTML tags. The script tag with the src attribute is placed in the HTML document to load the external file. If you include script tags in an external .js file, it would cause JavaScript syntax errors.