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) JavaScript Code can be called by using _________.
2) Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
3) Which of the following Attribute is used to include External JS code inside your HTML Document
4) JavaScript is designed for following purpose -
To Style HTML Pages
To add interactivity to HTML Pages.
To Perform Server Side Scripting Opertion
To Execute Query Related to DB on Server
View Answer
5) Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)