When does JavaScript code appear inline within an HTML file?
A
Between or Outside the “script” tag
B
Between the header tag
C
Outside the “script” tag
D
Between the “script” tag
Correct Answer: Between the “script” tag
JavaScript code can appear inline within an HTML file between the “script” tags. Javascript can also be included from an external file specified by the src attribute of a “script” tag.