Advertisements
Advertisements
प्रश्न
What attribute is used for radio buttons?
पर्याय
radiobutton
radiob
radio
optionbutton
MCQ
Advertisements
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
