email attribute
<input type=email>
Explanation
Email Attribute can be used to enter email address of an user
in the input field.
Example Code:
Result :
- The input field will not be validated, if user enters only the text/numerical characters.
- Enter only the valid mail id in the input field.
- Opera browser enabled "iphone" accepts this input type attribute.
Limitations:
It will function only in Opera, Chrome and Firefox browsers.