54.8k views
5 votes
You would like to conduct a survey and ask your web page visitors to indicate the computer operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose.

1 Answer

4 votes

Answer:

The correct answer to the following question is checkbox

.

Step-by-step explanation:

The checkbox is also known as the selection box or the tick box.

Checkbox is the small and interactive box that can be toggled by user to indicates an affirmative or the negative choices. It is mostly found in the HTML (HyperText Markup Language) input forms, and in the GUIs(Graphical User Interface) of an applications and the operating systems.

Syntax of checkbox in the HTML:

<input type="checkbox" name="devil" value="on" id="devil"> Checkbox 1

User Adam Heath
by
6.8k points