<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文本输入框、密码输入框</title>
</head>
<body>
<form method="post" action="save.php">
账户:
<input type ="text" name="myName" />
<br>
密码:
<input type ="password" name="pass"/>
</form>
</body>
</html>
我把你的代码复制了一遍进行运行发现没啥问题啊!!
"type"和"="之间别加空格
代码是可以执行 不过慕课网可能是想让你用label把输入框描述给圈起来把 另外加给for转焦点
没看出毛病来啊