代码示例:(标识:eg_html_input_email)
<!DOCTYPE html>
<html>
<body>

<form action="/Index/Demo/demo_form_current.html">
  E-mail:
  <input type="email" name="data">
  <input type="submit">
</form>

<p>
<b>注释:</b>IE9 及更早版本不支持 type="email"。</p>

</body>
</html>
运行结果: