Class 10 Computer Application Code 165
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 13]
241. In HTML image alignment can be controlled through _______ attribute.
a. src
b. align
c. position
d. location
242. ________ types of image alignment specifies in standard HTML.
a. 3
b. 4
c. 5
d. 6
243. Which one of the not a valid image-alignment value in HTML.
a. left
b. center
c. right
d. top
244. Which of the following are valid horizontal image-alignments value in HTML.
a. left
b. center
c. right
d. (a) and (c)
245. Which of the following are valid vertical image-alignment value in HTML.
a. top
b. bottom
c. middle
d. All of these
246. The _______ image alignment values tell the browser to place an image against the left or right margin respectively.
a. left and right
b. left & bottom
c. right & bottom
d. All of these
247. Identify the image-alignment value in the given picture –
a. left
b. right
c. top
d. bottom
248. Identify the image-alignment value in the given picture –

a. left
b. right
c. top
d. bottom
249. Identify the image-alignment value in the given picture –

a. left
b. right
c. top
d. bottom
250. Identify the image-alignment value in the given picture –

a. left
b. middle
c. top
d. bottom
251. Identify the image-alignment value in the given picture –

a. left
b. middle
c. top
d. bottom
252. The <IMG> tag is a _______ element.
a. Empty
b. Container
c. Both (a) and (b)
d. None of these
253. The _______ attribute of <IMG> tag is use to control the height of an image.
a. height
b. width
c. Both (a) and (b)
d. None of these
254. The _______ attribute of <IMG> tag is use to control the width of an image.
a. height
b. width
c. Both (a) and (b)
d. None of these
255. To horizontally centre an image, use __________.
a. align attribute of <IMG> tag
b. <CENTER> tag
c. Both (a) and (b)
d. None of these
256. In HTML, ________ is use to gather some kind of input or information or feedback from the visitors of a site.
a. feedback
b. input
c. table
d. form
257. ________ are means to collect information / data from the site-visitor.
a. feedback
b. input control
c. table
d. HTML form
258. Users interact with forms through named object called __________.
a. controls
b. input box
c. radio buttons
d. HTML forms
259. The name of controls is set by _______ attribute.
a. value
b. define
c. name
d. None of these
260. In HTML Form, each control has both an initial value and current value. These values are ________ type.
a. Numeric
b. Character strings
c. Date
d. None of these