課程
/前端開發
/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)基礎教程8小時帶領大家步步深入學習標簽用法和意義
2 回答是這樣做嗎?我怎么覺得不合適
1 回答是這樣做嗎
3 回答5-9for的運用是這樣子嗎
3 回答界面被我弄成這個樣子了,怎么調回來
3 回答這樣子可以嗎
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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>