5.0k views
3 votes
Variables used for output are associated with what controls on a form?​

1 Answer

5 votes

Answer:

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

Step-by-step explanation:

There are different form 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.

Variables used for output are associated with text input and label control on a form.

For example, if you want to show the name of the user that is stored in a variable name. Then you want to output the name on a form, for this, you need to associate this variable with label or text input control

User Sachie
by
4.6k points