问答详情
源自: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 = "pssword" name = "pass" >


</form> 

</body>

</html>


提问者:精慕门4723421 2015-04-14 15:41

个回答

  • qq_不走尋常路_0
    2016-04-03 18:00:08

    密码框单词写错了,你自己好看看;password写成pssword了

  • qq_珊瑚虫_1
    2015-08-08 21:12:17

    password

  • 慕郎_莲华
    2015-04-14 15:48:53

    ~~~pssword