Q. When does JavaScript code appear inline within an HTML file?
β
Correct Answer: (A)
Between the “script” tag
Explanation: JavaScript code can appear inline within an HTML file between the “script” tags.