Page 79 - Trackpad_V4.0_C8_Flipbook
P. 79
<HEAD>
Forms in HTML are like river channels
<TITLE>Countries</TITLE>
directing water to different areas,
</HEAD> guiding user inputs to appropriate
processing.
<BODY>
<FORM>
Choose Your Country:
<INPUT LIST="Countries" NAME="Country">
<DATALIST ID="Countries">
<OPTION VALUE="India">
<OPTION VALUE="China">
<OPTION VALUE="Indonesia">
<OPTION VALUE="Pakistan">
<OPTION VALUE="Bangladesh">
<OPTION VALUE="Japan">
</DATALIST>
</FORM>
</BODY>
</HTML>
Interdisciplinary Learning Lab Activity
Create a web page using <FORM> tag to display list of metals. Take help of your teacher.
Forms in HTML5 77

