Page 149 - TP_iPlus_V2.1_Class7
P. 149
5. Which input type is used for selecting multiple options from a predefined list in a form?
a. select b. checkbox
c. radio d. text
6. Mark the correct tag to insert an image in an HTML document.
a. <IMG ="C:/Mydocs/lily.jpg">
b. <IMG SRC="C:/Mydocs/lily.jpg">
c. <ADD IMG SRC="C:/Mydocs/lily.jpg">
d. <SRC="C:/Mydocs/lily.jpg">
B. Write ‘T’ for true and ‘F’ for false.
1. MP4, MP3 and Ogg are the file formats currently supported to
embed video. ................................
2. The src attribute in the <img> tag specifies the source (URL) of the
image to be displayed. ................................
3. The <IFRAME> tag of allows you to divide a browser window into many
sections or parts. ................................
4. CSS property a:active: is used to set the style on a link which user
has visited. ................................
5. <IMG SRC="lotus1.jpg" HEIGHT="200" BREADTH="500"> is a
correct tag. ................................
C. Fill in the blanks using the words given below.
Hints: Password, Reset, select, method, type, option
1. ................................ is a single-line text input but it masks the character as soon as a user enters any
character into it.
2. ................................ attribute specifies the type of method, the form will use to accept the values
entered into form fields.
3. The purpose of ................................ attribute is to specify the kind of field that we aim to create.
4. We can create a ................................ button control using RESET value.
5. We can create a combo box using ................................ and ................................ tags.
Section B (Subjective)
A. Short answer type questions:
1. Explain the purpose of the alt attribute in an image tag.
2. Write an HTML tag to add an audio file "TalkNext.mp3".
147
More on HTML

