https://gitee.com/LYH1012/codes/0h8bqn5acl93efo4xjsi142
<!DOCTYPE html> <html > <head> <meta charset="utf-8" /> <title>简历</title> <style> *{ margin: 0; padding: 0; } .class1{ width:260px; height:1000px; background-color:#7f5785; float:left; color :white; } .class2{ height:950px; background-color:#0a87ee; margin-left: 220px; text-align:left; color:black; } .class3{ height:50px; background-color:#3e256b; color:white; } .class4{ margin-top:0; } ul{ margin:0; padding:0; color:white; padding-left: 100px; text-align:left; } hr{ height: 2px; background-color: black; border: 0; } p{ font-size:20px; } table, td, th { border:1px solid rgb(192, 174, 10); } </style> </head> <body> <div class="class1"> <div class="class4"> <img src="https://b-ssl.duitang.com/uploads/item/201901/04/20190104234058_btipi.thumb.700_0.jpg"width="260px" heigth="260px"/> </div> <img src="http://p2.so.qhmsg.com/t015b72c76249b6e4cc.jpg"width="30px"higth="30px"/> <h2>个人信息</h2> <ul> <li>姓名:李玉环</li> <li>民族:汉族</li> <li>出生年月:1998.10</li> <li>籍贯:青海省</li> <li>政治面貌:共青团员</li> <li>学历:本科</li> <li>就读学校:青海大学</li> </ul> <img src="http://img4.3lian.com/img2005/10/08/03.png"width="30px"height="30px"/> <h2>联系方式</h2> <ul> <li>qq:3530135509</li> <li>电话:181xxxx5623</li> <li>微信:@LYH</li> <li>地址:青海省互助县</li> </ul> <img src="http://img.zcool.cn/community/01b9bd574c5bbc6ac72525ae97b9f5.jpg "width="30px"height="30px"/> <h2>兴趣爱好</h2> <div> <ul> <li>听音乐</li> <li>看书</li> <li>喜欢安静的环境</li> </ul> </div> </div> <div class="class3"> <strong><h1>     个  人  简  历</h1></strong> </div> <div class="class2"> <br/> <h2>教育经历</h2> <hr/> <br> <table> <thead> <tr> <th>        时间</th> <th>          学校</th> <th>      阶段     </th> </tr> </thead> <tbody> <tr> <td> 2005---2011</td> <td>      巴扎小学      </td> <td>      小学      </td> </tr> <tr> <td> 2011---2014</td> <td>      保家中学      </td> <td>      初中      </td> </tr> <tr> <td> 2014---2017</td> <td>      互助二中      </td> <td>      高中      </td> </tr> <tr> <td> 2017---至今 </td> <td>      青海大学      </td> <td>      大学      </td> </tr> </tbody> </table> </p> <br> <h2>喜欢的古诗</h2> <hr>      <br> <strong><p ><a href="https://v.qq.com/x/page/b0699165dl4.html"target="_blank">一剪梅·红藕香残玉簟秋</a></p></strong>           作者:李清照 (宋)<br> <p style="font-size: 100%"> 红藕香残玉簟秋。轻解罗裳,独上兰舟。<br> 云中谁寄锦书来,雁字回时,月满西楼。<br> 花自飘零水自流。一种相思,两处闲愁。<br> 此情无计可消除,才下眉头,却上心头。<br> </p> <br> <br> <br/> <h2>自我评价</h2> <hr/> <br> <p> 缺点很多:不爱运动,性格嘛,可以温柔也可以暴躁 <br> 优点嘛,养成中...... <br> <br> <h2>工作经验</h2> <hr/> <br> <p style="font-size: 120%"> <i>因本人还在读大学,期间并没有参见任何项目,未曾<br/>接触过任何的业务,工作经验有待积累。</i><h2> </p> <br> <br> <br> <footer> <a href="#">回到顶部</a> </footer> </div> </body> </html>
原文:https://www.cnblogs.com/LiYuH/p/10538586.html