制作结果:
相关代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>简历</title>
<style>
table#t1{
background-color:#D0D0D0;
}
</style>
</head>
<body>
<table border="1" width="800" id="t1" align="center">
<thead>
<th colspan="7" bgcolor="BurlyWood" height="50">个人简历</th>
</thead>
<tr>
<th bgcolor="BurlyWood">姓名</th>
<td>北柒</td>
<th bgcolor="BurlyWood">年龄</th>
<td>21</td>
<th bgcolor="BurlyWood">性别</th>
<td>女</td>
<td rowspan="3"><img src="2.jpg" width="80" ></td>
</tr>
<tr>
<th bgcolor="BurlyWood">出生日期</th>
<td>2000-01-01</td>
<th bgcolor="BurlyWood">政治面貌</th>
<td>共青团员</td>
<th bgcolor="BurlyWood">学历</th>
<td>本科</td>
</tr>
<tr>
<th bgcolor="BurlyWood">学校</th>
<td>蚌埠工商学院</td>
<th bgcolor="BurlyWood">专业</th>
<td>金融</td>
<th bgcolor="BurlyWood">兴趣爱好</th>
<td>乒乓球</td>
</tr>
<tr>
<th height="150" bgcolor="BurlyWood">特长</th>
<td colspan="7">
<p>这是我的特长</p>
<p>这是我的特长</p>
<p>这是我的特长</p>
</td>
</tr>
<tr>
<th height="150" bgcolor="BurlyWood">获奖经历</th>
<td colspan="7">
<p>这是我的获奖经历巴拉巴拉巴拉</p>
<p>这是我的获奖经历巴拉巴拉巴拉</p>
<p>这是我的获奖经历巴拉巴拉巴拉</p>
</td>
</tr>
<tr>
<th height="150" bgcolor="BurlyWood">社会实践</th>
<td colspan="7">
<p>这是我的社会实践巴拉巴拉巴拉</p>
<p>这是我的社会实践巴拉巴拉巴拉</p>
<p>这是我的社会实践巴拉巴拉巴拉</p>
</td>
</tr>
</table>
</body>
</html>