課程
/前端開發(fā)
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
如何讓密碼輸入文本框顯示出中文提示而不是顯示黑點(diǎn),例如顯示”請輸入密碼!“
2016-06-03
源自:初識HTML(5)+CSS(3)-升級版 6-2
正在回答
<input type="password" placeholder="請輸入密碼">
搬運(yùn)工,不用采納,看看就行!
<input type="password" value="請輸入密碼"> ? ? ? ? ? ? ? ?結(jié)果:*****
<input type="password" placeholder="請輸入密碼"> ? ? ?結(jié)果:請輸入密碼
寧缺毋濫17 提問者
這你都曉得
<input?type="password"??name="pass"??value="請輸入密碼"/>
<input type="password" value="請輸入密碼">
<input?type="password"??name="pass"??value="請輸入密碼"/> 就是將value值設(shè)成??請輸入密碼
舉報
HTML(5)+CSS(3)基礎(chǔ)教程8小時帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
4 回答關(guān)于密碼輸入框的提示文字
6 回答文本輸入框、密碼輸入框
5 回答文本輸入框、密碼輸入框
3 回答文本輸入框,密碼輸入框
3 回答輸入框怎么顯示提示信息
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-06-03
<input type="password" placeholder="請輸入密碼">
2016-06-03
搬運(yùn)工,不用采納,看看就行!
<input type="password" value="請輸入密碼"> ? ? ? ? ? ? ? ?結(jié)果:*****
<input type="password" placeholder="請輸入密碼"> ? ? ?結(jié)果:請輸入密碼
2016-06-03
<input?type="password"??name="pass"??value="請輸入密碼"/>
2016-06-03
<input type="password" value="請輸入密碼">
2016-06-03
2016-06-03
<input type="password" value="請輸入密碼">