Week 12
Week 12
Input Introduction
• Some users can easily type longer text on mobile
devices.
color
Text
The most common input type
<input type="text">
Email
Entering an email on the standard keyboard is very
difficult. When we use Input Type as email. We get a @
sign as well as the .com and other handy buttons to just
make entering an email address as easy as possible.
<input type="email">
Tel
Tel input provides the user with ability to add the
numbers , it provides ability to quickly add *, # , + signs
as well.
<input type="tel">
Number
Number input provides a key board to quickly add the
numbers.
<input type="number">
Date
Date input types makes it very easy to enter the date on
Webpage. Using Calendar can be little difficult for users
<input type="date">
Date & Time
Entering Date and Time is very Difficult but for mobile
devices, using Date & Time input it becomes very easy
to enter data.
<input type="datetime">
• Month
• Search