3-3编程练习是这样的吗

来源:3-4 编程练习

yjw123

2018-01-06 12:46:20

请尽量清晰完善地描述问题,以便大家给予专业的回复。

写回答

2回答

樱桃小胖子

2018-01-07

http://img.mukewang.com/climg/5a5194980001e4dc10570571.jpg

代码没有实现记忆功能,建议添加name="user",祝学习愉快~

0
hjw123
h 非常感谢!
h018-01-08
共1条回复

yjw123

提问者

2018-01-06

<html>

<head>

    <meta charset="utf-8">

<title>表单新属性</title>

</head>

<body>

<form autocomplete="on">

用户名:<!-- 补充代码 -->

<input type="text">

<br><br>

邮箱:<!-- 补充代码 -->

<input type="email" autocomplete="off">

<br><br>

手机号码:<!-- 补充代码 -->

<input type="tel">

<br><br>

<input type="submit" autocomplete="off">

</form>

</body>

</html>


0

0 学习 · 5012 问题

查看课程