当前位置:网站首页>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>
边栏推荐
- About df['a column name'] [serial number]
- PCL point cloud intensity image
- 【Web技术】1395- Esbuild Bundler HMR
- 【搜索】—— 迭代加深/双向DFS/IDA*
- [SQL's 18 dragon subduing palms] 01 - Kang long regrets: introductory 10 questions
- Pinduoduo can use many API interfaces
- 了解网址url的组成后 运用url模块、querystring模块和mime模块完善静态网站
- DSP震动座椅
- 2022年最火的十大测试工具,你掌握了几个
- What are source code, inverse code and complement code
猜你喜欢
body中基本标签
Test / development programmers rely on technology to survive the midlife crisis? Improve your own value
Where will Jinan win in hosting the first computing power conference?
第二轮Okaleido Tiger热卖的背后,是背后生态机构战略支持
J9 number theory: what factors determine the value of NFT?
What is the ISO assessment? How to do the waiting insurance scheme
[web technology] 1395 esbuild bundler HMR
[hcip] experiment of republishing and routing strategy
Redis is installed on Linux
5g commercial third year: driverless "going up the mountain" and "going to the sea"
随机推荐
PCL 点云转强度图像
TypeError: can only concatenate str (not “int“) to str
SQL question brushing: find the last of all employees who have been assigned departments_ Name and first_ Name and Dept_ no
Six simple techniques to improve the value of penetration testing and save tens of thousands of yuan
Reinforcement learning (I): Q-learning, with source code interpretation
易观分析:以用户为中心,提升手机银行用户体验,助力用户价值增长
【7.27】代码源 - 【删数】【括号序列】【数字替换】【游戏】【画画】
【7.21-26】代码源 - 【平方计数】【字典序最小】【“Z”型矩阵】
关于df[‘某一列名’][序号]
Top network security prediction: nearly one-third of countries will regulate blackmail software response within three years
LeetCode 113:路径总和 II
Network security litigation risk: four issues that chief information security officers are most concerned about
SiC功率半导体产业高峰论坛成功举办
【Unity项目实践】合成大西瓜
Openpyxl merge cells
Reinforcement learning (II): SARS, with code rewriting
TDA75610-I2C-模拟功放I2C地址的确定
【观察】三年跃居纯公有云SaaS第一,用友YonSuite的“飞轮效应”
【Golang】- runtime.Goexit()
560 和为 K 的子数组