Page 86 - TP_Play_V2.2_Class8
P. 86
Experiential Learning
#Creating Forms
Create a school login page that requires user name and password from the user. Add relevant fields for
sign up also.
#Lab Activity
Timeline
The <FORM> tag is used to create the form boundary on the web page.
The <INPUT> tag is used to create the controls or fields to take input from the user in the form of text,
selection and click.
The <SELECT> tag with the <OPTION> tag allows us to create a drop-down list.
The <TEXTAREA> tag is used to create a multiline text box that can accept long text values.
Choose the correct option.
1. Which of the following value of the TYPE attribute is used to create a check box field?
a. BOX b. CHECK-BOX
c. CHECKBOX d. CHECK
2. Which of the following syntax is correct to create a password field?
a. <INPUT TYPE="PASSWORD" NAME="PASSWORD">
b. <INPUT TYPE="PASS" NAME="PASSWORD">
c. <INPUT VALUE="PASSWORD" NAME="PASSWORD">
d. <PASSWORD NAME="PASSWORD" VALUE="PASS">
3. Which of the following attribute is used to specify the identity of a field on the web page?
a. NAME b. TEXT
c. RESET d. RADIO
4. Which of the following value of TYPE attribute is used to create an action button control?
a. SELECT b. TEXT
c. BUTTON d. RADIO
84 Plus (Ver. 4.0)-VIII

