8.5k views
4 votes
Variables used for input are associated with what controls on a form ?​

User Lorenzoff
by
6.4k points

1 Answer

3 votes

Answer:

The answer to this question is given below in the explanation section

Step-by-step explanation:

There are different forms control. for example HTML form controls are:

  • Text Input Controls.
  • Checkboxes Controls.
  • Radio Box Controls.
  • Select Box Controls.
  • File Select boxes.
  • Hidden Controls.
  • Clickable Buttons.
  • Submit and Reset Button.

to take input from the user and store it into the variable, mostly text input form control is used.

however, you can also use text input, checkbox, radio button as a control to take input from the user and store the input value in some variables.

User Lukos
by
5.6k points