Class 10 Computer Application Code 165
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 12]
221. Which tag is used in the definition list for writing term, which definition you are suppose to write.
a. <DD>
b. <DT>
c. <DL>
d. None of these
222. Which tag is used in the definition list for description of term.
a. <DD>
b. <DT>
c. <DL>
d. None of these
223. Write HTML code to produce the given output:-
a.
b.
c.
d. None of these
224. Amit has written one code, as given below. But it is not working properly, write the correct code for him.
<OL type = “a” start = “d”>
a. <OL type = “a” start = “D”>
b. <UL type = “a” start = 4>
c. <OL type = “a” start = 4>
d. None of these
225. Amit has written one code, as given below. But it is not working properly, write the correct code for him.
<BODY BACKGROUND = “Red”>
a. <BODY BACKGROND = “RED”>
b. <BODY BGCOLOR = “RED”>
c. <BODY BACKCOLOR = “red”>
d. None of these
226. Amit has written one code, as given below. But it is not working properly, write the correct code for him.
<FONT TYPE = “ARIAL”>
a. <FONT FONTNAME=”ARIAL”>
b. <FONT NAME=”ARIAL”>
c. <FONT FACE=”ARIAL”>
d. None of these
227. Which tag in HTML is use to insert image in a HTML document?
a. <IMG>
b. <IMAGE>
c. <PICTURE>
d. None of these
228. Which of the following types of image, you can insert in HTML document?
a. GIF
b. JPEG
c. PNG
d. All of these
229. Is it always a good idea to keep the number of images in your pages to a minimum?
a. Yes
b. No
230. ______ means image display in line with the text.
a. Outline Image
b. Embedded Image
c. Inline Image
d. All of these
231. In case of inline image, by default the bottom of image is aligned with the ________ of text.
a. upper
b. bottom
c. middle
d. All of these
232. The image file’s URL is given as value to __________ attribute of <IMG> tag.
a. src
b. source
c. path
d. None of these
233. The __________ attribute of <IMG> tag is use to show the alternate text.
a. alternate
b. alt
c. help
d. None of these
234. In case, image is not displayed by browser, then ________ text will displayed in place of image.
a. alternate
b. alt
c. help
d. None of these
235. The value for the alt attribute is a text string of up to _________ characters, enclosed in quotation marks if you include spaces or other punctuation.
a. 1024
b. 512
c. 256
d. None of these
236. Graphical browsers show the _____ attribute text upon moving mouse pointer on it, if the image is available and downloading is enabled by the user.
a. alt
b. src
c. path
d. None of these
237. When you move the mouse pointer over the image, it will show a text, is called ________.
a. message
b. tooltip
c. information
d. None of these
238. Internet Explorer can display _____ text as tooltip.
a. src
b. img
c. alt
d. None of these
239. In browsers other than Internet Explorer, value of ______ attribute of <IMG> tag displays as tooltip.
a. src
b. title
c. alt
d. None of these
240. HTML images by default appear ______ with a single line of the text.
a. left
b. right
c. middle
d. inline