<!DOCTYPE html>
<html>
<body>
<form action="/example/html/form_action.aspx">
E-mail:
<input type="email" name="email">
<input type="submit">
</form>
<p>
<b>Note:</b>type="email" is not supported in IE9 and earlier.</p>
</body>
</html>