请老师过目
来源:3-4 编程练习
qq_鸭绿桥第一帅哥_0
2019-03-07 15:31:03
<html> <head> <meta charset="utf-8"> <title>表单新属性</title> </head> <body> <form> 用户名:<!-- 补充代码 --><input type="text" name="text" autocomplete="on"> <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回答
同学你好,效果实现了,继续加油呀!