關于這個文本輸入框密碼輸入框我怎么不對了?是按著任務說明輸入的,求大神指導
<!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>
2016-07-19
<input type="passward" name="pass" />? 中的password寫錯了?。。。。。。。?!
2016-07-19
<input type="password" name="pass" />