- 写好的界面如图
- resume.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>个人简历</title>
</head>
<body>
<table align="center" border="1" cellspacing="0" width="650">
<tbody align="center">
<tr>
<td colspan="7" align="center" height="50px">个人简历</td>
</tr>
<tr>
<td width="80px" height="30px" style="background-color:#ededed" >姓名</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">性别</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">出生年月</td>
<td width="80px"></td>
<td rowspan="5"></td>
</tr>
<tr>
<td width="80px" height="30px" style="background-color:#ededed" >祖籍</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">民族</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">政治面貌</td>
<td width="80px"></td>
</tr>
<tr>
<td width="80px" height="30px" style="background-color:#ededed" >身体状况</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">婚姻状况</td>
<td width="80px"></td>
<td width="80px" style="background-color:#ededed">学历</td>
<td width="80px"></td>
</tr>
<tr>
<td width="80px" height="30px" style="background-color:#ededed">所学专业</td>
<td colspan="2"></td>
<td width="80px" style="background-color:#ededed">毕业学校</td>
<td colspan="2" width="80px"></td>
</tr>
<tr>
<td width="80px" height="50px" style="background-color:#ededed">专业能力</td>
<td colspan="5"></td>
</tr>
<tr>
<td width="80px" height="50px" style="background-color:#ededed">求职意向</td>
<td colspan="7"></td>
</tr>
<tr>
<td width="80px" height="50px" style="background-color:#ededed">专业课程</td>
<td colspan="7"></td>
</tr>
<tr>
<td width="80px" height="150px" style="background-color:#ededed">实践经历</td>
<td colspan="7"></td>
</tr>
<tr>
<td width="80px" height="100px" style="background-color:#ededed">获奖情况</td>
<td colspan="7"></td>
</tr>
<tr>
<td width="80px" height="100px" style="background-color:#ededed">自我评价</td>
<td colspan="7"></td>
</tr>
</tbody>
</table>
</body>
</html>
border=“1” 边框为1
cellsspacing=“0” 间距为0
colspan=“7” 合并7列
rowspan=“2” 合并2行