Wednesday, 2 November 2011

HTML Radio Buttons

Radio buttons are a form element usually used for choices, such as voting. They are defined in groups where only one button at a time can be selected.

Example


Option 1
Option 2
Option 3

The HTML code of above will be like this



Radio button used standard 'input' tag.

No comments:

Post a Comment