基础三种简历第三种

<!DOCTYPE html >
< html >
< head >
< meta charset= "utf-8" />
< meta http-equiv= "X-UA-Compatible" content= "IE=edge" >
< title >Page Title </ title >
< meta name= "viewport" content= "width=device-width, initial-scale=1" >
< link rel= "stylesheet" type= "text/css" media= "screen" href= "main.css" />
< script src= "main.js" ></ script >
</ head >
< style >
.b{
font-size: 30px;
width: 100px; height: 100px;
font-weight: bold;
border-bottom: 1px dashed grey;
color: white;
background-color: grey;
}
.c{
font-size: 20px;
font-weight: bold;
width: 100px;
height: 100px;
border-bottom: 1px dashed rgb( 196, 179, 179);
color: black;
background-color: rgb( 199, 184, 184);
text-align: center;
}
< / style >
< body >
< table border= "1" width: "100%" cellspacing= "0" cellpadding= "0" align= "center" >
< tr >
     < td align= "center" class= "b" height= "60" >
         简历
     </ td >
     < td class= "b" colspan= "15" >
     </ td >
</ tr >
< tr >
     < td class= "c" >
        基本信息
     </ td >
     < th colspan= "15" >
姓名 &nbsp;&nbsp; 张三 &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;性别 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 应聘职位 &nbsp;&nbsp; Web前端工程师
     </ th >
</ tr >
< tr >
     < td class= "c" >
        联系方式
     </ td >
     < th colspan= "15" width= "600px" width= "300px" >
手机 &nbsp;&nbsp;12312341234 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Email &nbsp;&nbsp;
         < a href= "url" style= "color:blue;" > [email protected] </ a > 个人主页 < u style= "color:blue" >Github </ u >
     </ th >
</ tr >
< tr >
     < td class= "c" >
        能力描述
     </ td >
     < th colspan= "15" >
        技术能力
熟练掌握HTML,CSS,JavaScript
         < br >
综合能力良好的沟通,主动积极,努力勤奋
     </ th >
</ tr >
< tr >
     < td class= "c" >
        教育经历
     </ td >
     < th colspan= "15" >
本科百度前端技术学院小薇学院
         < br >
        研究生百度前技术学院小薇学院
     </ th >
</ tr >
< tr >
     < td class= "c" >
        项目经历
     </ td >
     < th colspan= "15" >
        小度百度作为前端工程师角色参与了ABC组件的开发
         < br >
SAN Doc作为文档工程师参与了SAN Doc编写
     </ th >
</ tr >
</ table >
</ body >
</ html >

猜你喜欢

转载自blog.csdn.net/hyf1712011164/article/details/80560602