Html Input Types
The HTML input types are used in Form. There are number of HTML input types in HTML language.
Input Type Text
In input type the text you have to write text.
Syntax:
<input type="text" id="username" name="username">
Input Type Password
It defines a pa...
ayashadevikar.hashnode.dev2 min read