Page 82 - TP_Play_V2.2_Class8
P. 82
<OPTION VALUE="China">
<OPTION VALUE="Indonesia">
<OPTION VALUE="Pakistan">
<OPTION VALUE="Bangladesh">
<OPTION VALUE="Japan">
</DATALIST>
</FORM>
</BODY>
</HTML>
Interdisciplinary Learning
#Science
Create a web page using <FORM> tag to display list of metals. Take help of your teacher.
#Lab Activity
THE <SELECT> TAG
The <SELECT> tag is used to add a drop-down list in the form. This tag produces a list of options for the
user with the help of <OPTION> tag. We can create a combo box using <SELECT> and <OPTION> tags.
Adding Combo Box
Sometimes, we need 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. The <SELECT> tag
with the <OPTION> tag allows us to create a drop-down list.
80 Plus (Ver. 4.0)-VIII

