Class-8 L-5 Forms in HTML
Class-8 L-5 Forms in HTML
Forms in HTML5
Take Off
(Page no. 72)
1. HREF, TARGET
2. Lists, Tables
3. font-size, font-family
4. Align, Border
Q
A Answer the following questions:
1. HTML5 form is an interface of a web page that enables the user to enter data (such as names, e-mail
address, passwords, phone numbers, etc.) that is to be sent to the server for further processing.
2. To display multiple options in the form of a drop-down menu or list from which we can select
only one option at a time. This type of control is known as combo box.
Periodic Assessment–2
(Based on chapters 4 & 5)
A. Write the uses of the following HTML attributes of <IFRAME> tag:
1. Height attribute is used to specify the height of the frame.
2. Width attribute is used to specify the width of the frame.
3. Name attribute is used to specify the name of the frame. This name can be used in the TARGET
attribute of the <A> tag.
B. Write the HTML code to create the following form:
Do it yourself.