Table of Content
Specify input types
Specific input types allows web browser knows what data to expect the user input. For example, an email
type input means the input should be an email. Some browsers, such as Google Chrome, would provide extra email format checking to validate if the email is vaild.
Also, the layout of virtual keyboard in mobile device would change based on the type. The following shows few types.
What’s next? We’re going to take a look at “Styling inputs for mobile”.