the control that is used to accept input from a user is the
Answers
Answered by
3
The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent.
Answered by
0
The control that is used to accept input from a user is the is TextBox.
- Runtime text entry is possible on forms with text box controls. It only accepts a single line of text by default, but you can change that and even add scroll bars.
- The control element of a graphical user interface known as a text box (input box), text field, or text entry box should allow the user to enter text data that will be used by a programme.
- Additionally, the textbox control allows us to add multiple text and scroll bars. The text in the textbox that appears on the form can be changed.
- Use these steps to create a TextBox control in a form:
- Step 1: Drag and drop the TextBox control onto the Windows form from the Toolbox.
- Step 2: After adding the TextBox to the form, we can modify a number of its properties by clicking on the TextBox control.
To learn more:
https://brainly.in/question/7358238
https://brainly.in/question/10888275
#SPJ2
Similar questions