Page 106 - modular_v2.0_HTML&_CSS_Fb
P. 106
<OPTION> Class 3 </OPTION>
<OPTION> Class 4 </OPTION>
<OPTION> Class 5 </OPTION>
<OPTION> Class 6 </OPTION>
<OPTION> Class 7 </OPTION>
<OPTION> Class 8 </OPTION>
</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.
104
Touchpad MODULAR (Ver. 2.0)

