个人简历
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>个人简历</title>
</head>
<style>
body{margin: 0;padding: 0; font-size:16px;}
#page{
width: 1200px;
height: auto;
margin: 0 auto;
}
.red{
background: darkred;
}
.yellow{
background: lightyellow;
}
.head{
height: 20px;
}
table{
width: 1200px;
}
td{
text-align: center;
height: 51px;
}
.pic{
width: 200px;
height: 200px;
}
td h3{
padding-left: 15px;
}
.left{
text-align: left;
padding: 1%;
}
</style>
<body>
<div id="page">
<table border="1px" cellspacing="0" cellpadding="10px">
<thead>
<caption ><b><font size="5">个人简历表</font></b></caption>
</thead>
<tbody>
<tr><td class="red head" colspan="10"></td></tr>
<tr><td colspan="10" class="yellow left"><h3>---基本资料---</h3></td></tr>
<tr>
<th >姓名:</th>
<td> 孙海洋</td>
<th >性别:</th>
<td>男</td>
<th >民族:</th>
<td>汉</td>
<td rowspan="4" width="100" align="center"><img class="pic" src="https://img0.baidu.com/it/u=1040225459,210273596&fm=253&fmt=auto&app=138&f=JPEG?w=200&h=400"/></td>
</tr>
<tr>
<th >出生日期:</th>
<td>1999.09.17</td>
<th >政治面貌:</th>
<td>清白</td>
<th >学历:</th>
<td>本科</td>
</tr>
<tr>
<th >专业:</th>
<td>计算机科学</td>
<th >毕业学校:</th>
<td>厦门大学</td>
<th >邮编:</th>
<td>未知</td>
</tr>
<tr>
<th >爱好:</th>
<td>11222</td>
<th >籍贯:</th>
<td>福建</td>
<th >e-mail:</th>
<td >575941@qq.com</td>
</tr>
<tr><td class="red head" colspan="10"></td></tr>
<tr><td colspan="10" class="yellow left"><h3>---求职意向---</h3></td></tr>
<tr>
<th>寻求职位:</th>
<td colspan="10" class="left">网页前端</td>
</tr>
<tr>
<th>求职地区:</th>
<td>厦门</td>
<th>工资待遇:</th>
<td colspan="10">面议</td>
</tr>
<tr>
<th>自我评价:</th>
<td colspan="10" class="left">个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责.<br></td>
</tr>
</table>
<table border="1" cellspacing="0" cellpadding="10px" >
<tr><td class="red head" colspan="10"></td></tr>
<tr><td colspan="10" class="yellow left"><h3>---教育培训---</h3></td></tr>
<tr>
<th colspan="3">起止时间</th>
<th colspan="3">就读院校名称</th>
<th colspan="3">主修专业</th>
<th colspan="3">学历</th>
</tr>
<tr>
<td colspan="3">2016~2020</td>
<td colspan="3">厦门大学</td>
<td colspan="3">计算机科学</td>
<td colspan="3">本科</td>
</tr>
</table>
<table border="1" cellspacing="0" cellpadding="10px" >
<tr><td class="red head" colspan="10"></td></tr>
<tr><td colspan="10" class="yellow left"><h3>---工作经历---</h3></td></tr>
<tr>
<th>就职公司:</th>
<td >厦门多多软件有限公司</td>
<th>公司行业:</th>
<td >软件开发</td>
</tr>
<tr>
<th>就职时间:</th>
<td>2020~2021</td>
<th>就职部门:</th>
<td>研发部</td>
</tr>
<tr>
<th>工作描述:</th>
<td colspan="10" class="left">本人!222 <br />本人!222 <br />本人!222 <br />本人!222 <br />本人!222 <br /></td>
</tr>
</table>
<table border="1" cellspacing="0" cellpadding="10px" >
<tr><td class="red head" colspan="10"></td></tr>
<tr><td colspan="10" class="yellow left"><h3>---联系方式---</h3></td></tr>
<tr>
<td width="20%">联系手机:</th>
<td colspan="9" class="left">139xxxxxxx</td>
</tr>
</table>
</tbody>
</div>
</body>
</html>
雪碧图
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>雪碧图</title>
</head>
<style>
body{margin: 0;padding: 0;}
ul{
width: 300px;
margin: 0 auto;
}
ul li{
list-style: none;
float: left;
}
.one,.two,.three,.four,.five,.six,.seven,.eight,.nine{
background: url(446475-20160414102623691-66339570.jpg) no-repeat;
background-position:-9px -8px ;
width: 100px;
height: 100px;;
}
.two{
background-position:-120px -8px ;
}
.three{
background-position:-231px -8px ;
}
.four{
background-position: -342px -8px;
}
.five{
background-position: -450px -8px;
}
.six{
background-position: -560px -8px;
}
.seven{
background-position: -671px -8px;
}
.eight{
background-position: -781px -8px;
}
.nine{
background-position: -891px -8px;
}
</style>
<body>
<ul>
<li class="one"></li>
<li class="two"></li>
<li class="three"></li>
<li class="four"></li>
<li class="five"></li>
<li class="six"></li>
<li class="seven"></li>
<li class="eight"></li>
<li class="nine"></li>
</ul>
</body>
</html>
列表
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>列表标签</title>
</head>
<style>
body{margin: 0;padding: 0; font-size: 16px;}
#page{
width: 800px;
margin: 0 auto;
}
h1{
text-align: center;
color: plum;
border-bottom: 3px #000 solid;
}
li{
list-style: url(aaaa.png) inside;
border-bottom: 1px #ccc solid;
line-height: 25px;
color: purple;
padding: 15px;
}
li:last-child{border-bottom: none;}
</style>
<body>
<div id="page">
<h1>学习园地</h1>
<ul>
<li>2常态化核酸检测得花多少钱热</li>
<li>3让青春之花在不懈奋斗中绚丽绽放热</li>
<li>4快播被吊销营业执照新</li>
<li>5新冠疫苗引发肝炎?辉瑞摊上事了</li>
<li>6男子上海就医病逝 妻子流落街头</li>
<li>79岁女孩打性抑制针半年花十万</li>
<li>8男子坠江爬上桥墩啃水草撑四五天</li>
<li>韦东奕商标遭抢注新</li>
</ul>
</div>
</body>
</html>
导航
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>导航</title>
<style>
body,ul,li,a{margin: 0; padding:0;font: 16px;list-style: none;text-decoration: none;}
#page{
width: 1200px;
margin: 0 auto;
}
ul{
background: #8B0000;
}
ul>li{
float: left;
}
ul>li>a{
line-height: 25px;
color: #fff;
width: 60px;
height: 30px;
}
ul>li>a:hover{
background: #fff;
color: #8B0000;
}
</style>
</head>
<body>
<div id="page">
<nav>
<ul>
<li><a href="">首页</a></li>
<li><a href="">产品1</a></li>
<li><a href="">产品2</a></li>
<li><a href="">新闻</a></li>
<li><a href="">关于我们</a></li>
<li><a href="">留言版</a></li>
</ul>
</nav>
</div>
</body>
</html>