HTML Input Elements
The HTML <input> tag defines the field where the user can enter data. The type attribute determines what type of user input is taken.
Different Input Types
type=" "DescriptionText(default)Defines a one-line text input fieldpasswordDefines a one-line ...
ankurtripathi.hashnode.dev2 min read