HTML Input Types
In HTML <input type=" "> is an important element of HTML form. The "type" attribute of input element can be various types, which defines information field. Such as <input type="text" name="name"> gives a text box.
text
<input> element of type "text" ...
thanush.hashnode.dev5 min read