HTML-CSS-JS-QUIZ
476 subscribers
Multiple choice Questions of HTML & CSS
Download Telegram
In Javascript, 'this' is a .........
Anonymous Quiz
31%
String
37%
Keyword
10%
Tag
13%
Attribute
8%
All of the above
๐Ÿ‘2๐Ÿ™1
HTML-CSS-JS-QUIZ pinned ยซWho is making the Web standards?ยป
HTML-CSS-JS-QUIZ pinned ยซ"QuickTime" video format is created byยป
HTML-CSS-JS-QUIZ pinned ยซWhich of the following is the correct way to send mail in HTML?ยป
HTML-CSS-JS-QUIZ pinned ยซFull form of PNG isยป
HTML-CSS-JS-QUIZ pinned ยซWhat will be the output of following CSS code?
h1 {color: "green";}
ยป
HTML-CSS-JS-QUIZ pinned ยซJavascript Arrays are written with ______ bracket.ยป
In JavaScript, The escape caharacter starts from ..........
Anonymous Quiz
30%
/
24%
\
9%
|
27%
/*
10%
All of the above
๐Ÿคฏ6
Comparing two JavaScript objects always returns ........
Anonymous Quiz
41%
True
21%
Falue
19%
Error
11%
Nothing happens
7%
None of the above
๐Ÿ˜ฑ4
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 ?
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
๐Ÿ‘4๐Ÿ˜2
๐Ÿ™1
How do you select all p elements inside a div element?
Anonymous Quiz
36%
div.p
37%
div p
16%
div + p
4%
div-p
6%
None of the above
๐Ÿ˜ฑ3๐Ÿคฏ1
/i flag is used in Javascript for
Anonymous Quiz
12%
Inactive
39%
Inline
21%
Internal
14%
Insensitve
13%
Insert
๐Ÿคฏ5๐Ÿ˜2
/g flag is used to replace the .......... match.
Anonymous Quiz
11%
Good
38%
Global
16%
Genuine
18%
Gateway
17%
GUI
๐Ÿ‘5๐Ÿ‘1
In Javascript, the second parameter of ............ specifies the length of the extracted part.
Anonymous Quiz
19%
slice()
31%
substring()
20%
substr()
31%
All of the above
๐Ÿคฏ5๐Ÿค”1
In Javascript, the maximum number of decimals is
Anonymous Quiz
30%
15
41%
16
12%
17
18%
18
๐Ÿ™6๐Ÿ‘2
Charcode of '&'
Anonymous Quiz
30%
36
34%
37
29%
38
7%
39
๐Ÿ‘4๐Ÿค”1
Character code of 'โค' :
Anonymous Quiz
33%
128512
36%
128151
22%
128525
9%
128516
๐Ÿ‘12๐Ÿ˜ฑ1