1.<!DOCTYPE HTML>
2.<html>
3.<head>
4.<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5.<title>提交按钮</title>
6.</head>
7.<body>
8.<form method="post" action="save.php">
9. <label for="myName">姓名:</label>
10. <input type="text" value=" " name="myName " />
11.<input type="submit" value="提交" name="submitBtn" />
12. <lable for="password">密码</lable>
13. <input type="pass" value=" " name="password"/>
14. <ipput type="submit" value="提交" name="submitBtn"/>
15.</form>
16.</body>
17.</html>
系统说我14.15.16.17错误?
能否告知哪个位置错误了??
14 行 输入拼写错误吗 input 其他没看出来