JavaScript is ideal to
make computations in HTML simpler
minimize storage requirements on the web server
increase the download time for the client
None of the mentioned
Answer : B
View More Related Question
1) Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
2) The script tag must be placed in
3) 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
View Answer
4) 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
5) The property of a primary expression is
stand-alone expressions
basic expressions containing all necessary functions
contains variable references alone
complex expressions
View Answer