HTML 表單和輸入
提問(wèn)人:劉團(tuán)圓發(fā)布時(shí)間:2020-10-10
文本域(Text fields)
<html>
<body>
<form>
名:
<input type="text" name="firstname">
<br>
姓:
<input type="text" name="lastname">
</form>
</body>
</html>
密碼域
<html>
<body>
<form>
用戶:
<input type="text" name="user">
<br>
密碼:
<input type="password" name="password">
</form>
<p>
請(qǐng)注意,當(dāng)您在密碼域中鍵入字符時(shí),瀏覽器將使用項(xiàng)目符號(hào)來(lái)代替這些字符。
</p>
</body>
</html>
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評(píng)論>>