问答详情
源自:6-2 先来填用户名和密码 - 文本输入框、密码输入框

关于这个文本输入框密码输入框我怎么不对了?是按着任务说明输入的,求大神指导

<!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="passward" name="pass" />

</form> 

</body>

</html>


提问者:小龙可爱多3667680 2016-07-19 10:55

个回答

  • excalibur526
    2016-07-19 10:58:44
    已采纳

    password单词打错了

  • ruby3643222
    2016-07-19 11:15:44

    password

  • 小龙可爱多3667680
    2016-07-19 11:07:12

    谢谢各位指出错误  

  • only_love
    2016-07-19 11:04:33

    password单词错了  

  • 软软爱吃糖
    2016-07-19 11:03:46

    <input type="password" name="pass" />

  • qq_不吃肉的胖纸_0
    2016-07-19 11:02:37

    password单词错了

  • 慕粉3683398
    2016-07-19 11:02:07

    password打错了

  • kettyu
    2016-07-19 11:01:40

    password单词错了

  • 135_24了
    2016-07-19 11:01:15

    passward是啥?不应该是password嘛

  • qq_夏末安年_0
    2016-07-19 11:00:25

    password单词错了

  • 考研
    2016-07-19 11:00:05

    <input type="passward" name="pass" />  中的password写错了!!!!!!!!!

  • MaxTan
    2016-07-19 10:59:50

    <input type="password" name="pass" />