Basic HTML

 
 
          

Form >> Create a Form >> Checkbox

 

Checkbox

A checkbox allows multiple selections.

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

Form >> Create a Form >> Hidden Field Form >> Create a Form >> Radio Button