課程
/前端開發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
.....
2016-08-22
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 6-1
正在回答
刷新兩下就好了
那節(jié)的代碼
我的有代碼
我也沒有顯示
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>表單標(biāo)簽</title></head><body><form method="post" action="save.php">????? <label for="username">用戶名:</label>????? <input type="text"? name="username" id="username" value="" />????? <label for="pass">密碼:</label>????? <input type="password"? name="pass" id="pass" value="" />??? ????? <input type="submit" value="確定"? name="submit" />????? <input type="reset" value="重置" name="reset" /></form>? </body></html>
就這個(gè)
你好,我剛剛試了下是有的,可能你的網(wǎng)速較慢
第五章哪節(jié)?是整個(gè)第五章嗎?
我也剛看到第五章第一節(jié),我這是有代碼的
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
2 回答為什么學(xué)到第十五章就沒了呢
5 回答代碼不顯示出來?
3 回答代碼顯示不出來
5 回答代碼沒寫錯(cuò),但為什么提交顯示不出來效果呢
3 回答為什么圖片顯示不出來?是代碼寫錯(cuò)了嗎?
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-08-23
刷新兩下就好了
2016-08-22
那節(jié)的代碼
2016-08-22
我的有代碼
2016-08-22
我也沒有顯示
2016-08-22
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表單標(biāo)簽</title>
</head>
<body>
<form method="post" action="save.php">
????? <label for="username">用戶名:</label>
????? <input type="text"? name="username" id="username" value="" />
????? <label for="pass">密碼:</label>
????? <input type="password"? name="pass" id="pass" value="" />???
????? <input type="submit" value="確定"? name="submit" />
????? <input type="reset" value="重置" name="reset" />
</form>?
</body>
</html>
就這個(gè)
2016-08-22
你好,我剛剛試了下是有的,可能你的網(wǎng)速較慢
2016-08-22
第五章哪節(jié)?是整個(gè)第五章嗎?
2016-08-22
我也剛看到第五章第一節(jié),我這是有代碼的