6.6k views
3 votes
An order form contains an area for web visitors to select their state or province. You need to limit the amount of space on the form that is used for this feature. Select the form control that is best to use for this purpose.

a. check box
b. radio button
c. text box
d. select list

User Immu
by
7.0k points

1 Answer

3 votes

Answer:

select list

Step-by-step explanation:

A select list is a form element that allows the user to select one or more options from a range of options and it is only visible when select list is open thereby limiting the amount of space used.

on the other hand:

radio box allows the user to choose only one of a predefined set of mutually exclusive options but it is always visible on the screen thereby not limiting the amount of space used.

checked box allows the user to choose multiple options but it is also always visible on the screen thereby not limiting the amount of space used.

Text box can also be used but the question specify selection not entry of text.

User VenomRush
by
7.0k points