HTML-CSS-JS-QUIZ
468 subscribers
Multiple choice Questions of HTML & CSS
Download Telegram
Which element defines a drop-down list ?
Anonymous Quiz
38%
<input type=dropdown>
19%
<dropdown>
23%
<input type=select>
21%
<select>
Which character is used to represent the closing of a tag in HTML ?
Anonymous Quiz
18%
\
73%
/
8%
!
2%
.
Which one of the following is an empty tag?
Anonymous Quiz
11%
<p>
40%
<meta>
9%
<form>
41%
None of the above
HTML tags are enclosed in
Anonymous Quiz
2%
. and .
5%
# and #
88%
< and >
4%
! and !
The <hr> tag in HTML is used for
Anonymous Quiz
5%
Vertical ruler
84%
Horizontal ruler
10%
New line
2%
New paragragh
Which one is the correct encoding of the "b" ?
Anonymous Quiz
23%
96
28%
97
37%
98
12%
99
"QuickTime" video format is created by
Anonymous Quiz
13%
Apple
36%
Microsoft
20%
IBM
31%
Moving pictures expert group
Which video format was developed by 'Moving Pictures Expert Group' developed
Anonymous Quiz
24%
QuickTime
15%
Ogg
55%
MP4
6%
Wmv
"#ff0000" shows which color
Anonymous Quiz
21%
Blue
22%
Green
43%
Red
14%
Orange
Which one of the following is not a scripting language ?
Anonymous Quiz
17%
PHP
19%
Javascript
38%
CSS
26%
Python
For creating a slider in HTML form, Which input type is used
Anonymous Quiz
18%
Text
23%
Select
24%
Textarea
36%
Range
For adding a round corner image in HTML file, The border-size of the image will be
Anonymous Quiz
19%
35%
14%
40%
49%
50%
11%
60%
7%
75%
Which one of the following is not a server side languages?
Anonymous Quiz
26%
PHP
18%
Python
40%
Javascript
16%
Java
Which one of the following is the correct css code for :
margin-right:10px;
Anonymous Quiz
25%
margin: 10px 0px 0px 0px;
49%
margin: 0px 10px 0px 0px;
13%
margin: 0px 0px 10px 0px;
13%
margin: 0px 0px 0px 10px;
Which of the following attribute is used to provide a unique name to an element?
Anonymous Quiz
16%
class
67%
id
14%
type
3%
None of the above
Which of the following HTML tag is used to display the text with scrolling effect?
Anonymous Quiz
44%
<scroll>
44%
<marquee>
7%
<div>
4%
None of the above
Which of the following is the correct way to send mail in HTML?
Anonymous Quiz
49%
<a href = "mailto: xy@y">
16%
<a href = "xy@y">
16%
<mail xy@y</mail>
10%
<mailto:abc@j>
9%
None of the above
Which of the following is the container for <th>, and <td> ?
Anonymous Quiz
8%
<data>
75%
<table>
4%
<group>
13%
All of the above
Which of the following HTML attribute is used to define inline styles?
Anonymous Quiz
6%
type
69%
style
10%
class
5%
id
6%
link
5%
meta
Which of the following CSS selectors are used to specify a group of elements?
Anonymous Quiz
10%
tag
12%
id
35%
class
29%
both id and class
5%
both id and tag
10%
both tag and class