Chapter – 7
HTML - FORM & MULTIMEDIA
Exercise
A. Tick the correct answer.
1. _________________ provides an easy way to collect required
information from web page visitors.
a. Link b. Form c. Image
2. ___________ control limits the web page visitor to only one
choice from a list of choices.
a. Radio b. Checkbox c. Select
3. ________________ button is used to send the information entered
in your form to the web server.
a. Reset b. Close c. Submit
4. To add media to a website, _________________attribute is used to
identify the media source.
a. IMG b. HREF c. SRC
B. Write ‘T’ for True and ‘F’ for False statements.
1. A text control creates a text box that is used for a single line of
input. True
2. A password text box displays the characters entered by a user as
asterisks (*). True
3. The Reset button sends the information to the appropriate location
for processing. False
4. By adding multimedia, website messages will get enhanced. Tru
[Type here]
C. Fill in the boxes.
1. The Reset button is used to clear the already entered data in a
form.
2. Checkbox in a form is used if we want visitors to select one or more
options.
3. Autoplay control attribute is used to play the media when the web
browser is displayed.
4. Loop attribute is used to replay the file once it is finished.
D. Define the following
E. Differentiate between the following.
Checkbox and Radio button
[Type here]
F. Answer in 1-2 Sentences.
1. What is the use of a Form in HTML?
2. Name the various input controls of a form?
3. Why do we add multimedia in web pages?
G. Answer Briefly.
1. What are the uses of Submit and Reset buttons in the Form?
[Type here]
2. Which attributes are used to control Audio and Video tag?
H. Application Based Question.
Abhinav has been asked to create a form in HTML to get feedback
from the users about the web page created by him. The feedbacks should
be based on four choices- Excellent, Good, Average and Poor. Which
control, Radio control or Checkbox control, should he use in his form and
why?
[Type here]