Q42
When does JavaScript code appear inline within an HTML file?
A.
Between the “script” tag
AnswerB.
Outside the “script” tag
C.
Between or Outside the “script” tag
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
JavaScript code can appear inline within an HTML file between the “script” tags.