Local Browser used for validations on the Web Pages uses __________.
Home | Discussion ForumLocal Browser used for validations on the Web Pages uses __________.
Java
HTML
CSS
JS
Answer : D
View More Related Question
1) The escape sequence ‘f’ stands for
Floating numbers
Representation of functions that returns a value
f is not present in JavaScript
Form feed
View Answer
2) JavaScript is ______ Side Scripting Language.
3) 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
View Answer
4) Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
5) Local Browser used for validations on the Web Pages uses __________.