<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body style="width: 700px;height: 100;background-color: lightgray;">
<form action="" method="get">
<font align="center" style="margin-left: 300px; font-size: xx-large;">入學(xué)登記</font>
<hr />
<br />
<br />
<font style="margin-left: 70px;">學(xué)號(hào):</font><input type="text" placeholder="請(qǐng)輸入學(xué)號(hào)..." value="">
<font style="margin-left: 130px;">性別:</font>
<input type="radio" name="sex" value="boy" checked="checked"/><font>男</font>
<input type="radio" name="sex" value="girl" /><font>女</font>
<br />
<br />
<font style="margin-left: 70px;">姓名:</font><input type="text" name="name" value="" />
<font style="margin-left: 130px;">班級(jí):</font><select name="具體班級(jí)">
<option value="">01班</option>
<option value="">02班</option>
<option value="">03班</option>
<option value="">04班</option>
<option value="">05班</option>
</select>
<br />
<br />
<font style="margin-left: 38px;">出生年月:</font><input type="text" name="date" value="" /><font>例如:6-17-1997</font>
<br />
<br />
<font style="margin-left: 38px;">家庭住址:</font><input type="text" name="address" width="200px"/>
<br />
<br />
<font style="margin-left: 38px;">郵政編碼:</font><input type="text" name="Postal Code" value=""/>
<font style="margin-left: 130px;">分類:</font><select name="段位">
<option value="">最強(qiáng)王者</option>
<option value="">超凡大師</option>
<option value="">璀璨磚石</option>
<option value="">華貴鉑金</option>
<option value="">榮耀黃金</option>
</select>
<br />
<br />
<font style="margin-left: 38px;">聯(lián)系電話:</font><input type="text" name="tel" value=""/>
<br />
<br />
<font style="margin-left: 38px;">入學(xué)時(shí)間:</font><input type="text" name="time" value="" />
<br />
<br />
<font align="center" style="margin-left: 220px;">備注:</font><textarea maxlength="200" name="" rows="4" cols="20" placeholder="意見..." >默認(rèn)值</textarea>
<br />
<br />
<input type="submit" name="" id="" value="確定" style="margin-left: 300px;"/>
<input type="submit" name="" id="" value="取消" />
<hr />
</form>
</body>
</html>
二階段002day 部分html和css作業(yè)
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。