菜鸟哪里错了?
<!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 = "pssword" name = "pass" >
</form>
</body>
</html>