Radio Buttons
Radio Buttons are like checkbox except
that the user can select only one item at
a time.
All radio buttons in a group have the
same NAME.
<INPUT TYPE=radio name=cookie value=chocchip>
<INPUT TYPE=radio name=cookie value=oreo>
<INPUT TYPE=radio name=cookie value=oatmeal>
81