W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<!DOCTYPE html> <html> <body> <form action="/demo/html/action_page.php"> Telephone: <input type="tel" name="usrtel"> <input type="submit"> </form> <p><b>注释:</b>Safari 8 及更新版本支持 type="tel"。</p> </body> </html>