5.3k 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 boxb. radio buttonc. text boxd. select list

1 Answer

4 votes

Answer:

A select list

Step-by-step explanation:

A select list contains data vertically which is only visible when select list is open. On the other hand radio button shows data horizontally and is always visible on screen a large number of data to select from will mess up the user interface. A checkbox has the same problem as radio button.

Text box can also be used but it can be used by user to spam as their are given data user can enter what ever name and spellings of state and province name which will cause inconsistency among data. Therefore select list populated with state/province name is best option.

User Fabio Barros
by
7.6k points

No related questions found