Basic HTML

 
 
          

Form >> Create a Form >> Drop Down Menu

 

Drop Down Menu

A drop down menu is also used to select only one item from the list. The only difference is that it uses drop down selection.

HTML Code Sample Output
<table border=1 width=70%>
<tr>
<th>Select:
<tr>
<td><select name=dish>
<option value=0 checked>Menudo
<option value=1>Afritada
<option value=2>Adobo
</table>
Select:

Form >> Create a Form >> Radio Button Form >> Create a Form >> Submit Button