課程
/前端開發(fā)
/Html5
/HTML5之元素與標(biāo)簽結(jié)構(gòu)
老師,課程里面的代碼文檔在哪下載呀?求~~~
2016-01-21
源自:HTML5之元素與標(biāo)簽結(jié)構(gòu) 1-2
正在回答
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>檔</title>
</head>
<body>
<form>
<input type="checkbox" checked= checked/>
<input type=text/>
<Input tYpe=RadiO>
<input/>
<br/>
<p>測(cè)試
</form>
</body>
</html>
舉報(bào)
詳細(xì)探討HTML5元素與標(biāo)簽結(jié)構(gòu)知識(shí),并深入拓展了全局屬性的相關(guān)知識(shí)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-01-21
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>檔</title>
</head>
<body>
<form>
<input type="checkbox" checked= checked/>
<input type=text/>
<Input tYpe=RadiO>
<input/>
<br/>
<p>測(cè)試
<p>測(cè)試
</form>
</body>
</html>