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
Define Input tag with reference to HTML form
Define Check box with reference to HTML form
Define Password with reference to HTML form
Define Submit button with reference to HTML form