What do you mean by input control in HTML ?
Answers
Answer:
The <input> HTML 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.6 days ago
Content categories: Flow content, listed, submittable, resettable, form-associated ele...
Permitted content: None, it is an empty element
Permitted parents: Any element that accepts phrasing content
Explanation:
Thank you
Answer:
The <input> tag specifies an input field where the user can enter data. The <input> element is the most important form element. The <input> element can be displayed in several ways, depending on the type attribute. The different input types are as follows: <input type="button">