当前位置:网站首页>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() 用法和np.argsort()的用法
- TDA75610-I2C-模拟功放I2C地址的确定
- AlphaFold揭示了蛋白质结构宇宙-从近100万个结构扩展到超过2亿个结构
- Nacos installation guide on win system
- BOM系列之定时器
- 明日无限计划,2022某公司元宇宙产品发布会活动概念策划方案
- 了解网址url的组成后 运用url模块、querystring模块和mime模块完善静态网站
- Cloud native application comprehensive exercise
- Window object of BOM series
猜你喜欢

Analyze OP based on autoware_ global_ Planner global path planning module re planning

Openpyxl library fill color

C language 300 lines of code to achieve mine sweeping (deployable + markable + changeable difficulty level)

【HCIP】重发布及路由策略的实验

SiC功率半导体产业高峰论坛成功举办

Ruiji takeout project actual battle day01

Plato launched the LAAS protocol elephant swap, which allows users to earn premium income

JS 定时器setInterval clearInterval 延时器setTimeOut 异步 动画

Nacos installation guide on win system

云原生应用综合练习下
随机推荐
Reinforcement learning (II): SARS, with code rewriting
Focus on differentiated product design, intelligent technology efficiency improvement and literacy education around new citizen Finance
Comprehensive upgrade, complete collection of Taobao / tmall API interfaces
els 到底停止
New 1688 API access instructions
[网鼎杯 2020 朱雀组]Nmap
Reinforcement learning (III): dqn, nature dqn, double dqn, with source code interpretation
【7.27】代码源 - 【删数】【括号序列】【数字替换】【游戏】【画画】
Network security litigation risk: four issues that chief information security officers are most concerned about
More interesting Title Dynamic Effect
采用QT进行OpenGL开发(二)绘制立方体
numpy.where() 用法和np.argsort()的用法
Understand all the basic grammar of ES6 in one article
Embedded sharing collection 23
[unity project practice] synthetic watermelon
Analysys analysis: focus on users, improve the user experience of mobile banking, and help the growth of user value
Nacos installation guide on win system
把逻辑做在Sigma-DSP中的优化实例-数据分配器
Basic label in body
Analyze OP based on autoware_ global_ Planner global path planning module re planning