Radio Buttons | ||||||||
Radio Buttons are used when you want the user to select one of a limited number of choices. | ||||||||
Format: | ||||||||
<form><input type=”radio” name=”sex” value=”male”> Male<br></form> | ||||||||
|
||||||||
Note that only one option can be chosen. you can check them by clicking on radio buttons |
Tags Frames and Input Elements in html
Check Also
Table Tags
Table Tags Tag Description <table> Defines a table <th> Defines a table header <tr> …