Computer Applications
Which of the following restricts a user to one selection ?
- checkbox
- optionbox
- radio button
- drop down list
HTML Advanced Features
2 Likes
Answer
radio button
Reason — Radio buttons are used when only one option is required to be selected. All of its options are mutually exclusive.
Answered By
1 Like
Related Questions
HTML provides an attribute for the
<input>
tag that allows you to hide data with some designated character to make it secure.- True
- False
Which of the following tag is used to define options in a drop-down selection list ?
<select>
<list>
<dropdown>
<option>
You can pre-select a radio button by utilizing a …………… attribute.
- select
- choice
- checked
- marked
If you want to display a list of 200 countries which control should you use:
- radio button
- checkbox
- select list
- slide widget