请老师检查一下我的代码是否正确,谢谢
来源:3-4 编程练习
philLi
2019-04-21 14:14:16
<html>
<head>
<meta charset="utf-8">
<title>表单新属性</title>
</head>
<body>
<form action="index.html" autocomplete="on">
用户名:<!-- 补充代码 -->
<input type="text" name="text">
<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回答
同学你好,代码是没有问题的,继续加油!
相似问题