请问对吗?
来源:3-4 编程练习
神知
2019-06-10 00:22:24
<html> <head> <meta charset="utf-8"> <title>表单新属性</title> </head> <body> <form autocomplete="on"> 用户名:<!-- 补充代码 --> <input type="text" name="uname" /> <br><br> 邮箱:<!-- 补充代码 --> <input type="email" name="email" autocomplete="off" /> <br><br> 手机号码:<!-- 补充代码 --> <input type="tel" name="tel" autocomplete="off" /> <br><br> <input type="submit"> </form> </body> </html>
1回答
你好,代码没有问题,很棒哦!
祝学习愉快!
相似问题