当前位置:网站首页>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>
边栏推荐
- 把逻辑做在Sigma-DSP中的优化实例-数据分配器
- How to protect WordPress website from network attack? It is essential to take safety measures
- Data security is a competitive advantage. How can companies give priority to information security and compliance
- CSDN modify column name
- [WesternCTF2018]shrine
- HCIA configuration instance (ENSP)
- 我们总结了 3 大Nacos使用建议,并首次公开 Nacos 3.0 规划图 Nacos 开源 4 周年
- Openpyxl cell center
- [observation] ranked first in SaaS of pure public cloud in three years, and yonsuite's "flywheel effect"
- [search] - iteration deepening / bidirectional dfs/ida*
猜你喜欢
![[网鼎杯 2020 朱雀组]Nmap](/img/22/1fdf716a216ae26b9110b2e5f211f6.png)
[网鼎杯 2020 朱雀组]Nmap

Event express | Apache Doris Performance Optimization Practice Series live broadcast course is open at the beginning. You are cordially invited to participate!

mysql的执行顺序

第二轮Okaleido Tiger热卖的背后,是背后生态机构战略支持

Openpyxl cell center

【搜索】—— 迭代加深/双向DFS/IDA*

Focus on differentiated product design, intelligent technology efficiency improvement and literacy education around new citizen Finance

LeetCode 113:路径总和 II

OpenGL development with QT (II) drawing cube

围绕新市民金融聚焦差异化产品设计、智能技术提效及素养教育
随机推荐
抓包工具Charles使用
Some summaries of ibatis script and provider
AlphaFold揭示了蛋白质结构宇宙-从近100万个结构扩展到超过2亿个结构
DSP震动座椅
SiC功率半导体产业高峰论坛成功举办
【HCIP】重发布及路由策略的实验
关于df[‘某一列名’][序号]
HCIA配置实例(eNSP)
Analysys analysis: focus on users, improve the user experience of mobile banking, and help the growth of user value
Event express | Apache Doris Performance Optimization Practice Series live broadcast course is open at the beginning. You are cordially invited to participate!
More interesting Title Dynamic Effect
Reinforcement learning (I): Q-learning, with source code interpretation
Top network security prediction: nearly one-third of countries will regulate blackmail software response within three years
LeetCode 113:路径总和 II
Ruiji takeout project actual battle day01
JS event introduction
了解网址url的组成后 运用url模块、querystring模块和mime模块完善静态网站
Merkel Studio - harmonyos implementation list to do
Network security litigation risk: four issues that chief information security officers are most concerned about
剑指offer专项突击版第13天