0 votes
in JavaScript by

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

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...