In Javascript, 'this' is a .........
Anonymous Quiz
31%
String
37%
Keyword
10%
Tag
13%
Attribute
8%
All of the above
HTML-CSS-JS-QUIZ pinned «Which of the following is the correct way to send mail in HTML?»
HTML-CSS-JS-QUIZ pinned «What will be the output of following CSS code?
h1 {color: "green";}»
h1 {color: "green";}»
In JavaScript, The escape caharacter starts from ..........
Anonymous Quiz
30%
/
24%
\
9%
|
27%
/*
10%
All of the above
Comparing two JavaScript objects always returns ........
Anonymous Quiz
41%
True
22%
Falue
20%
Error
11%
Nothing happens
6%
None of the above
How do you display a border like this:
The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel ?
The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel ?
Anonymous Quiz
43%
border-width: 10px 5px 20px 1px
35%
border-width: 10px 1px 5px 20px
16%
border-width: 10px 20px 5px 1px
6%
border-width: 10px 5px 1px 20px
How do you make a list that lists its items with squares?
Anonymous Quiz
42%
list-style-type: square;
16%
list: square;
26%
list-type: square;
9%
style-list:square;
8%
All of the above
How do you select all p elements inside a div element?
Anonymous Quiz
37%
div.p
36%
div p
17%
div + p
4%
div-p
6%
None of the above
How do you group selectors?
Anonymous Quiz
24%
Separate each selector with a space
37%
Separate each selector with a comma
13%
Separate each selector with a plus sign
27%
All of the above
/i flag is used in Javascript for
Anonymous Quiz
12%
Inactive
39%
Inline
21%
Internal
14%
Insensitve
13%
Insert
/g flag is used to replace the .......... match.
Anonymous Quiz
11%
Good
38%
Global
16%
Genuine
18%
Gateway
17%
GUI
In Javascript, the second parameter of ............ specifies the length of the extracted part.
Anonymous Quiz
18%
slice()
31%
substring()
20%
substr()
31%
All of the above
Full form of HTTP
Anonymous Quiz
84%
Hyper Text Transfer Protocol
6%
Hyper Text Transfer Protection
8%
Hyper Text Transfer Processor
1%
Hyper Text Transfer Phishing