Type
<input type="..." name="..." id="..." />
By itself, the input element does nothing. The input element requires the type=""
to define the type of data it will collect, as well as how it will be displayed.
- Previous
- Next
<input type="..." name="..." id="..." />
By itself, the input element does nothing. The input element requires the type=""
to define the type of data it will collect, as well as how it will be displayed.