1 :-
The default value of "position" attribute is _________.
2 :-
See the given code of JavaScript and choose the correct output from the following:
3 :-
_________ gives an outline definition to the table
4 :-
What will be the output of the following JavaScript code?functioncomparison() { int number=10; if(number==="10") returntrue; else returnfalse; } TrueFalseRuntime errorCompilation error
5 :-
Which of the following number object function returns the value of the number?
6 :-
See the given code of JavaScript and choose the correct output from the following:functioncomparing() { intx=9; chary=9; if(x==y) returntrue; else returnfalse; }
7 :-
HTML gives a functionality to collect data from users with the help of __________.
8 :-
The "function" and " var" are known as:
9 :-
_________ selectors, which are used to specify a group of elements
10 :-
In the JavaScript, which one of the following is not considered as an error:
11 :-
URL stands for
12 :-
Which of the following is the correct output for the following JavaScript code:Int x=8; if(x>9) { document.write(9); } else { document.write(x); }
13 :-
Which of the following variables takes precedence over the others if the names are the same?
14 :-
Which of the values are not valid with align attribute.
15 :-
When there is an indefinite or an infinite value during an arithmetic computation in a program, then JavaScript prints______.
16 :-
How can we write comment along with CSS code ?
17 :-
In the Area tag which is NOT the value of shape attribute?
18 :-
Which CSS property is used to control the text size of an element ?
19 :-
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?
20 :-
Choose the correct snippet from the following to check if the variable "a" is not equal the "NULL":
Tips for improving your score: