编辑你的代码:
<!DOCTYPE html> <html> <body> <form action="/html5/tryit/demo_form"> E-mail: <input type="email" name="email"> <input type="submit"> </form> <p><b>注:</b> type="email" 不支持IE9及以前的版本.</p> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试