課程
/前端開發(fā)
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
這樣子怎么做
2015-12-21
源自:初識HTML(5)+CSS(3)-升級版 6-1
正在回答
表單<form></form>
穎0兒 提問者
<from method="post" action="save.php">
用戶名:
<input type="text" name="myName">
<br>
密 碼:
<input type="password" name="pass"><br><br>
<lable for="Administrator">管理員</lable>
<input type="radio" name="gender" id="Administrator"value=""/>
<lable for="usern">用戶</lable>
<input type="radio" name="gender" id="user"value=""/>
<input type="submit" value="登錄" name="submit"/>
<input type="reset" value="重置" name="reset"/>
</from>
舉報
HTML(5)+CSS(3)基礎(chǔ)教程8小時帶領(lǐng)大家步步深入學(xué)習(xí)標簽用法和意義
1 回答是這樣做嗎
2 回答是這樣做嗎?我怎么覺得不合適
3 回答5-9for的運用是這樣子嗎
3 回答界面被我弄成這個樣子了,怎么調(diào)回來
3 回答這樣子可以嗎
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-12-21
表單<form></form>
2015-12-21
<from method="post" action="save.php">
用戶名:
<input type="text" name="myName">
<br>
密 碼:
<input type="password" name="pass"><br><br>
<lable for="Administrator">管理員</lable>
<input type="radio" name="gender" id="Administrator"value=""/>
<lable for="usern">用戶</lable>
<input type="radio" name="gender" id="user"value=""/>
<br>
<input type="submit" value="登錄" name="submit"/>
<input type="reset" value="重置" name="reset"/>
</from>