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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
