Basic HTML

 
 
          

Form >> Create a Form >> Radio Button

 

Radio Button

A RADIO button allows the web page visitor to select only one option from a list of items

HTML Code Sample Output
<table border=1>
<tr>
<th>Select:
<tr>
<th><Input type=radio name=dish>Menudo
<tr>
<th><Input type=radio name=dish>Afritada
<tr>
<th><Input type=radio name=dish>Adobo
</table>
Select:
Menudo
Afritada
Adobo

Form >> Create a Form >> Checkbox Form >> Create a Form >> Drop Down Menu