課程
/前端開(kāi)發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
<input type="text" name="username" />
是
<input type="text" name="username" ></input>的縮寫(xiě)形態(tài)么?
2016-05-23
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 6-1
正在回答
不是,<input type="text" name="username" ?/>是Xhtml1.0寫(xiě)法,<input type="text" name="username" ></input>是html4.01寫(xiě)法。注意,現(xiàn)在一般使用 xhtml1.0 的版本的寫(xiě)法(其它標(biāo)簽也是),這種版本比較規(guī)范。如<br />中"/"表示關(guān)閉,是一個(gè)空標(biāo)簽。
坐等扮豬吃老虎3363200 提問(wèn)者
不是縮寫(xiě),<input>和</input>是一起出現(xiàn)的<input type="text" name="username" ></input>
不是縮寫(xiě)
不是縮寫(xiě)形態(tài)
不是,<input ></input>是成對(duì)出現(xiàn)的
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
3 回答代碼求解謝謝
5 回答代碼提問(wèn)求解
6 回答關(guān)于后代選擇器代碼的解釋
3 回答求問(wèn)掛于代碼問(wèn)題
7 回答關(guān)于圖片代碼
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-05-23
不是,<input type="text" name="username" ?/>是Xhtml1.0寫(xiě)法,<input type="text" name="username" ></input>是html4.01寫(xiě)法。注意,現(xiàn)在一般使用 xhtml1.0 的版本的寫(xiě)法(其它標(biāo)簽也是),這種版本比較規(guī)范。如<br />中"/"表示關(guān)閉,是一個(gè)空標(biāo)簽。
2016-05-23
不是縮寫(xiě),<input>和</input>是一起出現(xiàn)的<input type="text" name="username" ></input>
2016-05-23
不是縮寫(xiě)
2016-05-23
不是縮寫(xiě)形態(tài)
2016-05-23
不是,<input ></input>是成對(duì)出現(xiàn)的