Internet Explorer 9和更早版本不支持输入类型的电子邮件。
<html>
<head>
<title>html input email</title>
</head>
<body>
<form action = “” method = “get”>
Details:<br><br>
Student Name<br><input type = “name” name = “sname”><br>
Student E-mail<br><input type = “email” name = “email”><br>
<input type = “submit” value = “Submit”>
</form>
</body>
</html>