Vidyalelo
JavaScript · Q42

Server

Programming · JavaScript · question 42

Q42

When does JavaScript code appear inline within an HTML file?

A.
Between the “script” tag
Answer
B.
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.