正確的代碼如下:
<!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="password" name="pass">
</form>?
</body>
</html>