<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.age{
width: 50px;
height: 20px;
}
.reg{
width: 200px;
height: 100px;
}
</style>
</head>
<body>
<!-- 作业1-1 用户注册页 -->
<!-- "blank.html"空白页面 -->
<form action="blank.html" method="get">
<h4>用户注册</h4>
<p>账号: <input type="text" name="account" autofocus placeholder="不超过八个字符"></p>
<p>密码: <input type="password" name="passw" placeholder="6-16个字符"></p>
<p>邮箱: <input type="email" name="email" placeholder="example@mail.com"></p>
<p>年龄: <input type="number" name="age" class="age" min="1"></p>
<!-- 问题记录:placeholder="年/月/日"提示语没生效 -->
<p>生日: <input type="date" name="birthday" placeholder="年/月/日"></p>
<p>课程: <select name="class">
<option value="html" selected>html</option>
<option value="JAVA">JAVA</option>
</select></p>
<p>爱好: <input type="checkbox" name="hobby" value="game">打游戏
<input type="checkbox" name="hobby" value="fiml">看电影
<input type="checkbox" name="hobby" value="code">撸代码</p>
<p>性别: <input type="radio" name="sex" value="male">男
<input type="radio" name="sex" value="female">女</p>
<p>简介: <textarea class="reg" placeholder="请输入内容"></textarea></p>
<p><button type="submit">提交</button></p>
</form>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table {
/* width: 300px; */
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
tr {
height: 15px;
font-size: 10px;
text-align: left;
}
td {
width: 72px;
}
.longer{
width: 80px;
}
.one {
background-color: #a4bbeb;
}
.two {
background: #e7e5fa;
}
.three {
text-align: center;
}
.expl {
width: 75px;
}
</style>
</head>
<body>
<!-- 作业1-2 马小姐的简历 -->
<table>
<caption></caption>
<tr class="one" >
<th colspan="5"></th>
</tr>
<tr class="two">
<th colspan="5">--------基本资料--------</th>
</tr>
<tr>
<td>姓 名:</td>
<td class="longer">马小姐</td>
<td>性 别:</td>
<td class="longer">女</td>
<td class="expl" rowspan="7"></td>
</tr>
<tr class="four">
<td>学 历:</td>
<td class="longer">中专</td>
<td>身 高:</td>
<td class="longer">CM</td>
</tr>
<tr class="5">
<td>籍 贯:</td>
<td class="longer">广东</td>
<td>出生年月:</td>
<td class="longer">1991-12-01</td>
</tr>
<tr class="5">
<td>毕业院校:</td>
<td colspan="3">汕头市林百欣科技中专</td>
</tr>
<tr class="5">
<td>主修专业</td>
<td colspan="3">管理学 => 会计学</td>
</tr>
<tr class="5">
<td>工作经验:</td>
<td class="longer">未知</td>
<td>目前年薪:</td>
<td class="longer">保密/年</td>
</tr>
<tr class="5">
<td>有效证件:</td>
<td class="longer">身份证</td>
<td>证件号码:</td>
<td class="longer">************</td>
</tr>
<tr class="one" >
<th colspan="5"></th>
</tr>
<tr class="two">
<th colspan="5">--------求职意向--------</th>
</tr>
<tr class="one" >
<td>寻求职位</td>
<td colspan="4">出纳员,会计文员</td>
</tr>
<tr class="four">
<td>求职地区:</td>
<td class="longer" colspan="2">罗湖区,福田区</td>
<td>工资待遇:</td>
<td class="longer">面议</td>
</tr>
<tr class="four">
<td>自我评价:</td>
<td class="longer" colspan="4">
本人对待工作快具负责,逆慎,细心,与人相处蹉洽,任劳任怨,是一个有亲和力的
人,乐于助人,有良好的团队精神,能吃苦耐劳,积极配合领导的每一项工作,深的
领导和同事的欢迎。业余时间票欢看些书充灾下自己,并参加了西安交通大学成人高
自我评价:
考提升自己的举历。勤干学习能不断提高自身的能力与综合表质,有上谁心.只有较
任的适应能力。然悉办公软件,自毕业之后一直在企业担任出纳的工作,有一定的工
作经验。期望从事职业,出纳员,会计文员期望月薪:面议目前状况:我目前
处于离职状老,可立即上岗
</td>
</tr>
<tr class="one" >
<th colspan="5"></th>
</tr>
<tr class="two">
<th colspan="5">--------教育培训--------</th>
</tr>
<tr class="three">
<td>起止时间</td>
<td class="longer" colspan="2">就读学校名称</td>
<td>主修专业</td>
<td class="longer">学历</td>
</tr>
<tr class="three">
<td>2009.09~2012.07</td>
<td class="longer" colspan="2">汕头市林百欣科技中专</td>
<td>会计电算化</td>
<td class="longer">中专</td>
</tr>
<tr class="one" >
<th colspan="5"></th>
</tr>
<tr class="two">
<th colspan="5">--------工作经验(1)--------</th>
</tr>
<tr class="three">
<td>就职公司</td>
<td class="longer" colspan="2">深圳市安鹏电器有限公司</td>
<td>公司行业</td>
<td class="longer">其它</td>
</tr>
<tr class="three">
<td>就职时间:</td>
<td class="longer" colspan="2">2011年12月到如今</td>
<td>就职部门</td>
<td class="longer">财务部</td>
</tr>
<tr class="three">
<td>公司性质:</td>
<td class="longer" colspan="2">其它</td>
<td>就职职位:</td>
<td class="longer">出纳员</td>
</tr>
<tr class="three">
<td>工作描述:</td>
<td class="longer" colspan="4">
1.负责办理泉金收,付款业务2.银行存款,收款,付款工作3,负责日常费用很情.
员工借款给付,保证各项收支手续完整,金额准晓4,负责座存现金的保警及盘点,每
工作描述:
天登记现金流水账,做到账故相符5,每月淮时交水电费,管理费6,协助舍计报税,购
天发票等7,负责公司银行账号开办,变更,微悄工作8,负责公司营业执慰,税务登记
证等证照的年检工作9,负责印章,合同等的保曾工作10.完成上级领导的其它变排事
项
</td>
</tr>
<tr class="one">
<th colspan="5"></th>
</tr>
<tr class="two">
<th colspan="5">--------联系方式--------</th>
</tr>
<tr>
<td>联系电话:</td>
<td colspan="4">134***********</td>
</tr>
<tr>
<td>联络手机:</td>
<td colspan="4">134***********</td>
</tr>
<tr>
<td>联系电话:</td>
<td colspan="4">出纳员,会计文员</td>
</tr>
<tr>
<td>电子邮件:</td>
<td colspan="4">***********@163.com</td>
</tr>
</table>
</body>
</html>