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
<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>
|
|
|
|
|
|