CBSE Class 10 Computer Application code 165 Unit 2 HTML I MCQ’s – Set 11


By Anjeev Kr Singh – Computer Science Educator
Published on : December 5, 2021 | Updated on : December 22, 2021

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

Answer: b. circle


202. A numbered list is also known as ____________.

a. Ordered List

b. Sequential List

c. Linear List

d. None of these

Answer: a. Ordered List


203. The Ordered List is starts with ____________ and ends with _________.

a. <LI> , </LI>

b. <DL> , </DL>

c. <UL> , </UL>

d. <OL> , </OL>

Answer: 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

Answer: c. Both (a) and (b)


205. Normally, browsers automatically number ordered list items beginning with the __________.

a. 1

b. A

c. I

d. i

Answer: a. 1


206. The ______ attribute for the <OL> tag lets you change that beginning value.

a. type

b. start

c. number

d. None of these

Answer: b. start


207. The start attribute of <OL> tag must be set to a _________ value.

a. character

b. alphabetic

c. numeric

d. None of these

Answer: c. numeric


208. The ______ attribute of <OL> tag lets you change the numbering style.

a. type

b. start

c. number

d. None of these

Answer: a. type


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

Answer: a. A, a, I, i, 1


210. Match the following (in respect of <OL> tag)

Column – AColumn – 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

Answer: b. A – iii, B – i, C – iv, D – ii


211. Identify the type of numbering style given in the figure –

a. A

b. 1

c. I

d. None of these

Answer: b. 1


212. Identify the type of numbering style given in the figure –

a. A

b. 1

c. I

d. None of these

Answer: a. A


213. Identify the type of numbering style given in the figure –

a. A

b. a

c. i

d. 1

Answer: b. a


214. Identify the type of numbering style given in the figure –

a. I

b. a

c. i

d. v

Answer: c. i


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

Answer: a.

<ol type =”i” start = 5> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>


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

Answer: c.

<ol type =”A” start = 10> <li> Best Website for MCQs <li> www.mycstutorial.in </ol>


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

Answer: b. Definition Term, Definition description


217. A definition list is starts with _______________ tag and ends with ___________ tag.

a.<li>, </li>

b.<dt>, </dt>

c. <dd>, <dd>

d. <dl>, </dl>

Answer: d. <dl>, </dl>


218. A definition list <DL> contains two tags _______________ and ___________ .

a. <li>, <dd>

b.<dd>, <ul>

c. <dd>, <dt>

d. <dl>, </dl>

Answer: c. <dl>, <dt>


219. Which attribute is used with definition list.

a. compact

b. no compact

c. tight

d. noshade

Answer: a. compact


220. A List inside the another list called _________.

a. double list

b. two tier list

c. nested list

d. None of these

Answer: c. nested list


More MCQ’s will be by 06-12-2021 11:00 pm.


Class 10 Computer Application Code 165 HTML – I MCQ’s


Class 10 Computer Application Code 165 Cyber Ethics MCQ’s



About the Author

Anjeev Kr Singh

Anjeev Kr Singh

Computer Science Educator, Author, and HOD. Guiding CBSE students in CS, IP, IT, WA & AI via mycstutorial.in. Creator of Question Bank for Class 10 & 12 students.

You cannot copy content of this page

Scroll to Top