Class 10 Computer Application Code 165
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 10]
181. _________ list are indented lists that have numbers or letters in front of each item.
a. Ordered List
b. Numbered List
c. Both (a) and (b)
d. None of these
182. _________ list are indented lists without any bullet symbol or any number in front of each item.
a. Ordered Lists
b. Numbered Lists
c. Definition Lists
d. None of these
183. _________ tag is use to denote the beginning of each new list item inside the Ordered or Unordered list.
a. <LI>
b. <OL>
c. <UL>
d. <DT>
184. The closing of <LI> is required ?
a. Yes
b. No
(Direction: 185 – 187) Answer the questions on the given figure below.
185. In the above figure, List 1 is the _________ of list.
a. Ordered Lists
b. Unnumbered Lists
c. Definition Lists
d. None of these
186. In the above figure, List 2 is the _________ of list.
a. Ordered Lists
b. Unnumbered Lists
c. Definition Lists
d. None of these
187. In the above figure, List 3 is the _________ of list.
a. Ordered Lists
b. Unnumbered Lists
c. Definition Lists
d. None of these
188. _________ tag is use to denote the beginning of each new list item inside the Ordered or Unordered list.
a. <LI>
b. <OL>
c. <UL>
d. <DT>
189. The unnumbered or unordered lists are also known as _________.
a. Sequential List
b. Linear List
c. Bulleted List
d. None of these
190. Bulleted List, in HTML start with _______ and end with ______ tag.
a. <LI> , </LI>
b. <UL> , </UL>
c. <OL>, </OL>
d. None of these
191. <UL> tag is a _____________ element.
a. Container
b. Empty
c. Filled
d. None of these
192. Which of the following attribute can be used with <UL> tag ?
a. type
b. start
c. color
d. None of these
193. The _______ is the default bullet style of Unordered / Bulleted list.
a. disc
b. circle
c. square
d. None of these
194. The ‘disc’, default bullet style of unordered list, is also know as _________.
a. solid circle
b. circle
c. square
d. None of these
195. The type attribute of <UL> tag, may have a value of ____________.
a. disc (i.e. solid circle)
b. circle
c. square
d. All of these
196. The _______ value of type attribute of <UL> tag, display a solid square as the bullet.
a. disc
b. circle
c. square
d. None of these
197. The _______ value of type attribute of <UL> tag, displays a hollow circle as the bullet.
a. disc
b. circle
c. square
d. None of these
198. The _______ value of type attribute of <UL> tag, displays a solid circle as the bullet.
a. disc
b. circle
c. square
d. None of these
199. Identify the type of bullet given in the figure –
a. disc
b. circle
c. square
d. None of these
200. Identify the type of bullet given in the figure –
a. disc
b. circle
c. square
d. None of these