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