Advertisements
Advertisements
Question
What attribute is used for radio buttons?
Options
radiobutton
radiob
radio
optionbutton
MCQ
Advertisements
Solution
radio
Explanation:
Radio buttons are generated as follows:
<form>
...
<input type = "radio" name = "Gender" value = "male"> Male <br>
<input type = "radio" name = "Gender" value = "female"> Female
<br>
...
</form>
The TYPE attribute is set to "radio".
shaalaa.com
Is there an error in this question or solution?
