0% found this document useful (0 votes)
3 views

HTML5- Form and Multimedia

The document provides an overview of HTML5 forms and multimedia elements, including practical exercises such as creating a login form and evaluating knowledge through true/false and fill-in-the-blank questions. It defines key concepts like text area control and list box control, and differentiates between checkboxes and radio buttons. Additionally, it explains the purpose of form elements and attributes related to multimedia playback on web pages.

Uploaded by

lbozo1087
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

HTML5- Form and Multimedia

The document provides an overview of HTML5 forms and multimedia elements, including practical exercises such as creating a login form and evaluating knowledge through true/false and fill-in-the-blank questions. It defines key concepts like text area control and list box control, and differentiates between checkboxes and radio buttons. Additionally, it explains the purpose of form elements and attributes related to multimedia playback on web pages.

Uploaded by

lbozo1087
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

6 HTML5- Form and

Multimedia

TRIAL TRIVIA

Write the HTML code to create the following Login form.


SELF-EVALUATION

A. Tick (√) the correct answer.


1. (b) Form 2. (a) Radio 3. (c) Submit 4. (c) SRC

B. Write ‘T’ for True and ‘F’ for False statements.


1. True 2. True 3. True 4. True

C. Fill in the blanks.


1. Reset 2. Checkbox 3. AutoPlay 4. Loop

D. Define the following.


1. Text Area Control: It creates a field that allows multiple lines of
input.
2. List Box Control: It is used to display lists of products, states, ages
groups, etc.

E. Differentiate between the following.

Checkbox Radio Button


It is used to select one or more It is used to select only one of the
options. several options.

F. Answer in 1-2 sentences.


1. A form is used to enter information and limits choices to valid
options to avoid incorrect data entry. We can create form to
collect information from the people who visit our website.
2. A form may contain different types of input control are data and
text.
3. We add multimedia to illustrate a product or service, or simply
for aesthetic purpose.
G. Answer briefly.
1. Submit button is used to send the information they entered in a
form to our web server or our e-mail.
Reset button is used to clear the information they entered in a
form.

2. ATTRIBUTES DESCRIPTION
AUTOPLAY Plays the audio or video file automatically
when the web page is loaded
CONTROLS Displays the controls on the web page
SRC Specifies the URL of audio or video file
LOOP Replays the file in loop once it is finished
HEIGHT Specifies the height of the video player
displayed on the web page
WIDTH Specifies the width of the video player
displayed on the web page

H. Application-based Question
He should use Radio control button in the form because radio
button is needed when we want visitors to select only one of the
several options.

You might also like