Class 10 Computer Application Code 165
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 9]
161. Which of following ASCII characters have special meaning in HTML?
a. < (left angle bracket)
b. > (right angle bracket)
c. & (ampersand)
d. All of these
162. The _________ brackets are used to indicate beginning and end of HTML tags.
a. square
b. curve
c. curly
d. angle
163. The _________ is used to indicate the beginning of an escape sequence.
a. < (left angle bracket)
b. > (right angle bracket)
c. & (ampersand)
d. All of these
164. The < ; escape sequence is used for _________.
a. <
b. >
c. &
d. All of these
165. The > ; escape sequence is used for _________.
a. <
b. >
c. &
d. All of these
166. The & ; escape sequence is used for _________.
a. <
b. >
c. &
d. All of these
167. The " ; escape sequence is used for _________.
a. <
b. >
c. &
d. “
168. The " ; escape sequence is used for _________.
a. <
b. >
c. &
d. “
Answer the Question Number 169 to 171 on the basic of given figure (output).
169. The ______ escape sequence is used for #1.
a. <
b. >
c. &
d. "
170. The ______ escape sequence is used for #2.
a. <
b. >
c. &
d. "
171. The ______ escape sequence is used for #3.
a. <
b. >
c. &
d. "
172. Which of the following HTML statement is correct?
a. <FONT color = ‘red’><h1>Hello </FONT> </h1>
b. <h1> <font color = ‘red’>Hello </h1></font>
c. <h1> <font color = ‘red’> Hello </font> </h1>
d. None of these
173. In HTML, can we combine various tags together?
a. Yes
b. No
174. Which of the following HTML statement is correct?
a. <B> <U> <I> I am Italics Underline and Bold </I> </U> </B>
b. <U> <B> <I> I am Italics Underline and Bold </I> </B> </U>
c. <I> <U> <B> I am Italics Underline and Bold </B> </U> </I>
d. All of these
175. There are _______ basic types of lists in HTML.
a. 1
b. 2
c. 3
d. None of these
176. Which of the following is a valid type of lists?
a. Unnumbered
b. Numbered
c. Definition
d. All of these
177. An unnumbered list starts with _______ tag.
a. <UL>
b. <OL>
c. <NL>
d. <DD>
178. A numbered list starts with _______ tag.
a. <UL>
b. <OL>
c. <NL>
d. <DD>
179. The definition list starts with _______ tag.
a. <LI>
b. <OL>
c. <DD>
d. <DL>
180. _________ list are indented lists with a special bullet symbol in front of each item.
a. Unordered List
b. Unnumbered List
c. Both (a) and (b)
d. None of these