Page 80 - Plus V4 with Adobe class 8
P. 80
<option value="India">
<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
Sometime, 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.
78 Plus (Ver. 4.0)-VIII

