HTML 67

Description

a web page that have a drop down box with submit and reset button.

Source Code

<HTML>
<HEAD><TITLE>A Web page with a form using menus</TITLE></HEAD> <BODY>
<CENTER><H1><FONT COLOR = blue>A form using menus</FONT></H1></CENTER>
<FORM NAME = myForm ACTION = mailto:[email protected] METHOD = post>
<FONT COLOR = red>Select your computer hardware needs:</FONT><BR>
<SELECT NAME = compHardware>
<OPTION>Disk drive
<OPTION>More RAM
<OPTION>New Monitor
<OPTION>Faster Printer
<OPTION>New mouse
</SELECT>
<INPUT TYPE = submit NAME = submitButton VALUE = Sent It>
<INPUT TYPE = reset NAME = resetButton VALUE = Clear It>
</FORM>
</BODY>
</HTML>


output

A Web page with a form using menus

A form using menus

Select your computer hardware needs: