The <input> element
The <input>
element is used to create interactive controls for web-based forms to accept data from the user. Various types of input data and control widgets are available, depending on what use you need. The <input>
element is one of HTML's most powerful and complex. The DOM HTMLInputElement
interface provides the properties and methods for working with the options, layout, and presentation of <input>
elements.
<input>: The Input (Form Input) element
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. The <input>
element is one of the most powerful and complex in all of HTML due to
the sheer number of combinations of input types and attributes.
Source: Mozilla, https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.