課程
/前端開(kāi)發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
<input>
2016-11-08
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 6-2
正在回答
<form>
<input name="" type="text" style="width:200px; height=100px" />
</form>
不二59 提問(wèn)者
style='width:100px;'
<input name="" type="text" style="width:350px" />
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
5 回答表單中輸入框
4 回答表單輸入框顯示
1 回答文本輸入框大?。??
1 回答單選框怎么做改變文本字體大小
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-11-08
<form>
<input name="" type="text" style="width:200px; height=100px" />
</form>
2016-11-08
style='width:100px;'
2016-11-08
<form>
<input name="" type="text" style="width:350px" />
</form>