JavaScript can be written __________
a) directly into JS file and included into HTML
b) directly on the server page
c) directly into HTML pages
d) directly into the css file
Answer:- A
Reason: Javascript files can be saved by .js extension and can be included in HTML files. Script tags are used with the src attribute to include Js files. explanation.