為什么沒有圖標(biāo)顯示
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-placeholder</title>
</head>
<body>
? ? <intput type="text" placeholder="請輸入用戶名">
? ? <intput type="password" placeholder="請輸入密碼">
? ? ?<intput type="email" placeholder="請輸入郵箱">
? ? ? ??
</body>
</html>
2021-04-07
輸入框標(biāo)簽是input,而且要么<input />結(jié)束,要么以<input></input>閉合結(jié)束
2021-03-24
“<intput>”標(biāo)簽打錯了,應(yīng)該是”<input>“