JavaScript can be written
directly into JS file and included into HTML
directly on the server page
directly into HTML pages
All of the mentioned
Answer : A
View More Related Question
1) JavaScript is designed for following purpose
To Style HTML Pages
To Execute Query Related to DB on Server
To add interactivity to HTML Pages.
To Perform Server Side Scripting Opertion
View Answer
2) JavaScript was invented at _______ Lab.
3) Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
4) The JavaScript’s syntax calling ( or executing ) a function or method is called
Primary expression
Functional expression
Invocation expression
Property Access Expression
View Answer
5) Why JavaScript is called as Lightweight Programming Language ?
because JS is available free of cost
because JS is client side scripting
because we can add programming functionality inside JS
because JS can provide programming functionality inside but up to certain extend.
View Answer