這樣是不是寫滿了三種。 text、password、value、 討論還有啥寫法?
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-placeholder</title>
</head>
<body>
? ? <form method="post" action="save.php">
? ? ? ? <h2>賬戶:</h2> <input type="text" name="myName" placeholder="請(qǐng)輸入用戶名"/>?
? ? ? ?
? ? ? ? <h2>密碼:</h2> <input type="password" name="psss" placeholder="請(qǐng)輸入密碼"/>?
? ? </form>?
? ? ?<h3>賬號(hào):</h3> <input type="text" placeholder="請(qǐng)輸入用戶名"/>
? ? ?
? ? ?<h3>密碼:</h3><input type="password" placeholder="請(qǐng)輸入用戶名"/>
? ? <br/>
? ? ? ? <h4>驗(yàn)證碼:</h4><input type="value" placeholder="輸入驗(yàn)證碼"/>
</body>
</html>
2022-10-25
?type="checkbox"多選
?type="radio"單選