源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <form action="action_page.php"> E-mail: <input type="email" name="email"> <input type="submit"> </form> <p> <b>注意:</b>type="email" 不支持IE9或者更早的版本.</p> </body> </html>
运行结果