RADIO BUTTONS

Example coding Example coding results
<FORM METHOD="POST" ACTION="someplace/foo.cgi"
         ENCTYPE="application/x-www-form-urlencoded">
Computer Experience:<BR>
<INPUT TYPE="radio" NAME="choice"
         VALUE="Less than 1">Less than 1 year.<BR>
<INPUT TYPE="radio" NAME="choice"
         VALUE="1 to 5">1-5 years.<BR>
<INPUT TYPE="radio" NAME="choice"
         VALUE="More than 5">More than 5 years.
<BR><INPUT TYPE="reset" VALUE="Clear">
<INPUT TYPE="submit" VALUE="submit">
</FORM>
Computer Experience:
Less than 1 year.
1-5 years.
More than 5 years.


|Title Page| |Basic Template|
|Color| |Dynamic HTML/Layers| |Form Tags| |Frame Tags| |HTML Entities / ISO Characters|
|Image Tags| |Link Tags| |List Tags| |Other Spacing / Layout Tags| |Rule Tags| |Sound Tags|
|Style Sheets| |Table Tags I| |Table Tags II| |Text Tags| |Bibliography / Resources| |Index|


© David Merchant 1997-2001.
editor@mountaindragon.com