Class 10 Computer Application Code 165
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 11]
201. Identify the type of bullet given in the figure –
a. disc
b. circle
c. square
d. None of these
202. A numbered list is also known as ____________.
a. Ordered List
b. Sequential List
c. Linear List
d. None of these
203. The Ordered List is starts with ____________ and ends with _________.
a. <LI> , </LI>
b. <DL> , </DL>
c. <UL> , </UL>
d. <OL> , </OL>
204. Which of the following attributes are written inside the <OL> tag.
a. type
b. start
c. Both (a) and (b)
d. None of these
205. Normally, browsers automatically number ordered list items beginning with the __________.
a. 1
b. A
c. I
d. i
206. The ______ attribute for the <OL> tag lets you change that beginning value.
a. type
b. start
c. number
d. None of these
207. The start attribute of <OL> tag must be set to a _________ value.
a. character
b. alphabetic
c. numeric
d. None of these
208. The ______ attribute of <OL> tag lets you change the numbering style.
a. type
b. start
c. number
d. None of these
209. The type attribute of <OL> tag may have _______________ value.
a. A, a, I, i, 1
b. A, I, 1
c. A, L, i, 1
d. None of these
210. Match the following (in respect of <OL> tag)
Column – A | Column – B |
(A) start | (i) Numbering style is A, B, C, D …. |
(B) A | (ii) Numbering style is i, ii, iii, iv, …. |
(C) type | (iii) sets the starting value of the item |
(D) i | (iv) sets the actual numbering style |
a. A – ii, B – i, C – iv, D-iii
b. A – iii, B – i, C – iv, D – ii
c. A – iv, B – iii, C – i, D – ii
d. A – iii, B – ii, C – IV, D – i
211. Identify the type of numbering style given in the figure –
a. A
b. 1
c. I
d. None of these
212. Identify the type of numbering style given in the figure –
a. A
b. 1
c. I
d. None of these
213. Identify the type of numbering style given in the figure –
a. A
b. a
c. i
d. 1
214. Identify the type of numbering style given in the figure –
a. I
b. a
c. i
d. v
214. Write the HTML code to find the given output. (Identify the correct statement, which gives the similar output).
a. <ol type =”i” start = 5> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
b. <ol type =”i” start = ‘v’ > <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
c. <ol type =”1″ start = “v”> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
d. None tof these
215. Write the HTML code to find the given output. (Identify the correct statement, which gives the similar output).
a. <ol type =A start = J> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
b. <ol type =”a” start = ’10’ > <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
c. <ol type =”A” start = 10> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>
d. None tof these
216. A definition list is consists of _______________ and ___________ .
a. List item, Item definition
b. Definition Term, Definition description
c. Definition List, Definition Term
d. Definition item, Definition List
217. A definition list is starts with _______________ tag and ends with ___________ tag.
a.<li>, </li>
b.<dt>, </dt>
c. <dd>, <dd>
d. <dl>, </dl>
218. A definition list <DL> contains two tags _______________ and ___________ .
a. <li>, <dd>
b.<dd>, <ul>
c. <dd>, <dt>
d. <dl>, </dl>
219. Which attribute is used with definition list.
a. compact
b. no compact
c. tight
d. noshade
220. A List inside the another list called _________.
a. double list
b. two tier list
c. nested list
d. None of these