问答详情
源自:6-11 填完就可以提交咯 - 提交按钮

有问题吗?

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错误?

能否告知哪个位置错误了??

提问者:做最壮的程序猿 2019-07-03 13:20

个回答

  • wallycool
    2019-07-03 13:29:07
    已采纳

    14 行 输入拼写错误吗  input  其他没看出来