Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

JavaScript can be written __________

a) directly into the css file
b) directly on the server page
c) directly into JS file and included into HTML
d) directly into HTML pages

Answer: c
Explanation: JavaScript files can be saved by .JS extension and can be included in the HTML files. Script tag along with src attribute is used to include the js files.

Join The Discussion