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