h5 步骤3练习
来源:3-8 编程练习
慕少7027160
2019-12-05 20:33:56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>表单新属性autofocus</title>
</head>
<body>
<from>
用户名:<input type="text" name="text" autofocus="autofocus"><br>
请输入密码:<input type="password" name="password" autocomplete="off"><br>
<input type="submit" value="注册">
</from>
</body>
</html>
1回答
同学你好,单词有拼写错误,如下:

如果我的回答帮到了你,欢迎采纳,祝学习愉快~
相似问题