Page 78 - Modular_V1.1_Flipbook
P. 78
<OPTION> Class 6
<OPTION> Class 7
<OPTION> Class 8
</SELECT>
<BR>
<BR>
<INPUT TYPE="SUBMIT" VALUE="SUBMIT"> <INPUT TYPE="RESET" VALUE="RESET">
</FORM>
</BODY>
</HTML>
The output of the preceding code is as follows:
Output
Recap
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 <TEXTAREA> tag is used to create a multiline text box that can accept long text values.
The <SELECT> tag with the <OPTION> tag allows us to create a drop-down list.
Exercise
A. Tick ( ) the correct option.
1. Which of the following values of the TYPE attribute is used to create a check box field?
a. BOX c. CHECKBOX
b. CHECK-BOX d. CHECK
76 Touchpad MODULAR (Version 1.1)-IX

