HTML制作简约简历

个人简历

简历作业


基本情况
姓名 性别
民族 出生年月
政治面貌 健康
籍贯 学历
电子信箱 联系电话
专业
毕业院校
求职意向
教育情况
时间 院校 专业 学历
培训经历
时间 培训机构 课程 证书
<html>
	<head>
		<title>简历作业</title>
		<meta charset="UTF-8"/>
	</head>
	<body>
		<h3>简历作业</h3>
		<hr />
		<table border="1px" cellspacing="0px" style="border-bottom: none;">
			<tr height="27px">
				<td colspan="5">基本情况</td>
			</tr>
			<tr height="27px">
				<td width="120px">姓名</td>
				<td width="120px"></td>
				<td width="120px">性别</td>
				<td width="120px"></td>
				<td width="120px" rowspan="7"></td>
			</tr>
			<tr height="27px">
				<td>民族</td>
				<td></td>
				<td>出生年月</td>
				<td></td>
		
			</tr>
			<tr height="27px">
				<td>政治面貌</td>
				<td></td>
				<td>健康</td>
				<td></td>
			
			</tr>
			<tr height="27px">
				<td>籍贯</td>
				<td></td>
				<td>学历</td>
				<td></td>
		
			</tr>
			<tr height="27px">
				<td>电子信箱</td>
				<td></td>
				<td>联系电话</td>
				<td></td>
		
			</tr>
			<tr height="27px">
				<td>专业</td>
				<td colspan="3"></td>
			</tr>
			<tr height="27px">
				<td>毕业院校</td>
				<td colspan="3"></td>
			</tr>
			<tr height="27px">
				<td>求职意向</td>
				<td colspan="4"></td>
			</tr>
		</table>
		<table border="1px" cellspacing="0px" style="border-top: none;border-bottom: none;">
			<tr height="27px">
				<td colspan="4">教育情况</td>
			</tr>
			<tr height="27px">
				<td width="151px">时间</td>
				<td width="151px">院校</td>
				<td width="151px">专业</td>
				<td width="151px">学历</td>
			</tr>
			<tr height="27px">
				<td></td>
				<td></td>
				<td></td>
				<td></td>
			</tr>
			<tr height="27px">
				<td></td>
				<td></td>
				<td></td>
				<td></td>
			</tr>
		</table>
		<table border="1px" cellspacing="0px" style="border-top: none;">
			<tr height="27px">
				<td colspan="4">培训经历</td>
			</tr>
			<tr height="27px">
				<td width="151px">时间</td>
				<td width="151px">培训机构</td>
				<td width="151px">课程</td>
				<td width="151px">证书</td>
			</tr>
			<tr height="27px">
				<td></td>
				<td></td>
				<td></td>
				<td></td>
			</tr>
			<tr height="27px">
				<td></td>
				<td></td>
				<td></td>
				<td></td>
			</tr>
		</table>
	</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_43258908/article/details/88770181