Computer Studies
Define Radio buttons with reference to HTML form
HTML Advanced Features
11 Likes
Answer
The radio button is used to select one out of many options in the form.
Syntax:
<input type = "radio" name = "Gender">
Answered By
10 Likes
Define Radio buttons with reference to HTML form
11 Likes
The radio button is used to select one out of many options in the form.
Syntax:
<input type = "radio" name = "Gender">
Answered By
10 Likes