Class 10 Computer Application [165]
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 5]
81. _______ links are the links that are currently being clicked on.
a. alink
b. clink
c. vlink
d. hlink
82. _______ attributes of BODY tag is use to change the color of visited link.
a. alink
b. clink
c. vlink
d. hlink
83. The color code (for e.g. #25A589) is written in __________ number system?
a. decimal
b. binary
c. octal
d. hexadecimal
84. The _________ refers to the blank area left from the edge of page.
a. extra space
b. boundary
c. margin
d. none of these
85. Mr. Sanjay want to leave 20 px margin from left side. Identify the statement for the same .
a. <LEFTMARGIN = 20 >
b. <BODY LEFTMARGIN = 20>
c. <LEFTMARGIN BODY= 20 >
d. none of these
86. ________ pixels is equal to 1 inch.
a. 60
b. 72
c. 84
d. 48
87. ______ attributes of BODY tag is use to set the distance from the top edge.
a. HEADER
b. LEFTMARGIN
c. TOPMARGIN
d. HEADMARGIN
88. Choose the correct option :-
Column – A | Column – B |
A. text | i. to change the background color. |
B. bgcolor | ii. to change the color of text. |
C. background | iii. to specify the margin from top. |
D. topmargin | iv. to specify a background image. |
a. A – i, B – ii, C – iii, D – iv
b. A – ii, B – i, C – iv, D – iii
c. A – iv, B – iii, C – ii, D – i
d. A – ii, B – iii, C – iv, D – i
89. HTML has ________ levels of headings.
a. 4
b. 5
c. 6
d. 7
90. The first heading tag is ________.
a. <H1>
b. <H3>
c. <H5>
d. <H6>
91. The heading tags <H1>, <H2>, …. <H6> are differentiated from each other through which factors?
a. typeface
b. point-size
c. space above and below
d. all of these
92. The number used with heading tags is specify _________ of the heading.
a. level
b. position
c. sequence
d. all of these
93. The ________ attribute can be used inside the heading tags.
a. align
b. leftmargin
c. color
d. type
94. The default alignment of <H#> tag is ________ .
a. top
b. bottom
c. left
d. right
95. The ________ alignment is not supported with heading tags by any browser yet.
a. left
b. right
c. center
d. justified
96. The browser does not recognize ___________ in the html document.
a. return
b. tabs
c. multiple spaces
d. all of these
97. ________ tag is use to break the line.
a. <BR>
b. <HR>
c. <P>
d. <BREAK>
98. <BR> is a __________ element.
a. container
b. empty
c. filled
d. none of these
99. To end a line and also show a blank line before beginning anything else, use _________ tag or element.
a. <P>
b. <BR>
c. <ENTER>
d. none of these
100. _________ tag in HTML is use to define a paragraph of text.
a. <P>
b. <BR>
c. <ENTER>
d. none of these