当前位置:网站首页>Day01作业
Day01作业
2022-07-29 01:00:00 【Hello World️】
注册页面
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<table width="700px" height="600px" border="0" cellspacing="0" align="center">
<form action="#" method="GET">
<tr>
<td>性别</td>
<td>
<input type="radio" name="sex" id="men" value="1" checked /><label for="men"><img src="img/男.png" width="20px" height="20px">男</label>
<input type="radio" name="sex" id="women" value="0"/><label for="women"><img src="img/女.png" width="20px" height="20px">女</label>
</td>
</tr>
<tr>
<td>生日</td>
<td>
<input type="date" name="birthady" value="">
</td>
</tr>
<tr>
<td>所在地区</td>
<td>
<input type="txt" name="area" value="" placeholder="请输入所在地区" required/>
</td>
</tr>
<tr>
<td>婚姻状况</td>
<td>
<input type="radio" name="married" id="0" value="0" checked /><label for="0">未婚</label>
<input type="radio" name="married" id="1" value="1" /><label for="1">离婚</label>
<input type="radio" name="married" id="2" value="2" /><label for="2">丧偶</label>
</td>
</tr>
<tr>
<td>学历</td>
<td>
<select name="education">
<option value="" selected>请选择你的学历</option>
<option value="primary">小学</option>
<option value="middle">中学</option>
<option value="college">大学</option>
</select>
</td>
</tr>
<tr>
<td>月薪</td>
<td>
<input type="txt" name="salary" value="" placeholder="请输入月薪(5000~10000)" required/>
</td>
</tr>
<tr>
<td>手机号</td>
<td>
<input type="txt" name="phoneNumber" value="" placeholder="请输入11位手机号码" minlength="11" maxlength="11" required/>
</td>
</tr>
<tr>
<td>昵称</td>
<td>
<input type="txt" name="name" value="" placeholder="请输入2~10位的昵称" minlength="2" maxlength="10" required/>
</td>
</tr>
<tr>
<td>喜欢的类型</td>
<td>
<input type="checkbox" name="likeType" id="wm" value="wm" checked /><label for="wm">妩媚</label>
<input type="checkbox" name="likeType" id="rm" value="rm" /><label for="rm">柔美</label>
<input type="checkbox" name="likeType" id="ka" value="ka" /><label for="ka">可爱</label>
<input type="checkbox" name="likeType" id="xxr" value="xxr" /><label for="xxr">小鲜肉</label>
<input type="checkbox" name="likeType" id="xn" value="xn" /><label for="xn">型男</label>
<input type="checkbox" name="likeType" id="qz" value="qz" /><label for="qz">气质</label>
</td>
</tr>
<tr>
<td>自我介绍 </td>
<td>
<table width="300px" height="150px" border="1" cellspacing="0">
<tr>
<td contenteditable="true"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" >
<input type="submit" value="免费注册" style="margin-left: 120px; height:50px; width:150px; color:white; background-color: red;border: 0ch;"/>
</td>
</tr>
<tr>
<td colspan="2">
<input type="radio" name="ok" id="ok" value="ok" style="margin-left: 120px; required/><label for="ok">我同意注册条款和会员加入标准</label>
</td>
</tr>
</form>
</table>
</body>
</html>
边栏推荐
- numpy. Where() usage and np.argsort() usage
- Platofarm community ecological gospel, users can get premium income with elephant swap
- 新生代公链再攻「不可能三角」
- ELS square movement
- Where will Jinan win in hosting the first computing power conference?
- In depth analysis of C language memory alignment
- 规划数学期末考试模拟二
- Tomorrow infinite plan, 2022 conceptual planning scheme for a company's yuanuniverse product launch
- Plato launched the LAAS protocol elephant swap, which allows users to earn premium income
- Sigma-DSP-OUTPUT
猜你喜欢

了解网址url的组成后 运用url模块、querystring模块和mime模块完善静态网站

我们总结了 3 大Nacos使用建议,并首次公开 Nacos 3.0 规划图 Nacos 开源 4 周年

【HCIP】MPLS 基础

把逻辑做在Sigma-DSP中的优化实例-数据分配器

【7.21-26】代码源 - 【体育节】【丹钓战】【最大权值划分】

Where will Jinan win in hosting the first computing power conference?

HCIA配置实例(eNSP)

Embedded sharing collection 23

SiC Power Semiconductor Industry Summit Forum successfully held

The brutal rule of blackmail software continues, and attacks increase by 105%
随机推荐
[hcip] OSPF experiment under mGRE environment, including multi process bidirectional republication and OSPF special area
【Web技术】1395- Esbuild Bundler HMR
uniapp createSelectorQuery(). Select get returns null error
[WesternCTF2018]shrine
After understanding the composition of the URL of the website, we use the URL module, querystring module and mime module to improve the static website
With the explosive growth of digital identity in 2022, global organizations are facing greater network security
J9 number theory: what factors determine the value of NFT?
SiC Power Semiconductor Industry Summit Forum successfully held
How to deal with the DDoS attack on the game server and how to defend it?
SQL question brushing: find the last of all employees_ Name and first_ Name and corresponding department number Dept_ no
Plato launched the LAAS protocol elephant swap, which allows users to earn premium income
5g commercial third year: driverless "going up the mountain" and "going to the sea"
Openpyxl library fill color
[search] - DFS pruning and optimization
LeetCode 112:路径总和
AlphaFold揭示了蛋白质结构宇宙-从近100万个结构扩展到超过2亿个结构
Cloud native application comprehensive exercise
数据库的decimal类型的数据,发现可以通过resultSet.getDouble去拿到这个数据,但是通过getObject却拿不到这个属性。
【HCIP】MPLS 基础
【GoLang】同步锁 Mutex