Advertisements
Advertisements
Question
Which of the following restricts a user to one selection?
Options
checkbox
optionbox
radio button
drop down list
MCQ
Advertisements
Solution
radio button
Explanation:
Radio buttons are designed so only one choice in a group can be selected at a time; checkboxes allow multiple selections. In HTML, this is implemented with input elements of type "radio" that share the same name attribute, so selecting one deselects the others.
shaalaa.com
Is there an error in this question or solution?
