背景标记:
标记功能< body bgcolor=“red”>改变背景颜色font size=“4” face=“黑体” color=“red”改变字体,颜色,和大小,< body background=“bg.jpg”>添加背景图片< hr>分割线,两部分用线分割开图片标记:
标记功能<img src=“boy.jpg” alt=“haha” align=“left” border="0“ height=“56px” width=“32px”>图片的插入标签列表:
标签功能< ul>无序列表< ol>有序列表< dl>自定义列表表格标签:代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>简历</title> </head> <body> <table border="1" cellspacing="0" cellpadding="0" align="center" height="920px" width="740px" bgcolor="E4E3DF"> <tr> <td> <table border="0" cellspacing="0" cellpadding="3" align="center" height="900px" width="700px" bgcolor="E4E3DF"> <tr height="40px" bgcolor="white"> <td colspan="3"></td> </tr> <tr height="50px"> <td colspan="3"></td> </tr> <tr height="175px"> <td width="470px" bgcolor="white"> <table border="0" cellspacing="0" cellpadding="2" height="100%" width="100%" bgcolor="white"> <tr align="left"> <td> <h3>自我评价</h3> </td> </tr> <tr> <td> 性格开朗,责任心强,善于组织、协调和沟通,能良好地与团队合作;有丰富的实践经验,肯吃苦,适应力强,吸收新知识快,勇于迎接新挑战。 自信,乐观,沉着,责任心强,有上进心,较强的团队合作和沟通能力,较强的抗压能力和学习能力。平时喜欢去图书馆浏览各种书籍以扩大视野,提高修养。</td> </tr> </table> </td> <td width="10px" rowspan="3"></td> <td width="220px" align="center"><img src="img/简历照片.jpg" width="90%" height="95%"></td> </tr> <tr height="15px"> <td></td> <td></td> </tr> <tr height="620px"> <td bgcolor="white"> <h4>工作经历</h4> <p> 对于工作经历,我们首先需要了解的是,简历的目的是向HR展示我能给公司提供什么价值? 或者说,我有什么样的资源和能力,能做什么事情。这就是站在招聘方的角度来换位思考。具体来说,就是用动词来表现你在某工作中扮演什么角色,比如使用参与/协助/负责/主导/带领等词。 工作内容部分可以写工作具体的内容是什么、过程是什么,要尽量详细地写出项目的流程和内容。方法部分可以写通过什么工具和方法来完成工作的。结果部分可以写工作最终取得了什么成果, 这个成果用可量化的指标来展现。尽量不要让经历模糊化,写负责新员工培训,制定员工每月业绩之类的,因为这样的描述,没有工作的人也可以编出来。更详细的工作项目经历也能让招聘方看到你的工作能力。</p> <br> <h4>项目经验</h4> <p> 工作经历是指我在什么岗位负责从事哪些工作,这份工作包含了哪些职责范围;而项目经验是指我在这段工作经历中具体做过的某一件事情,这件事情的背景、目标、过程、结果分别是怎样的。 具个例子我在公司从事行政工作,这是工作经历;而我在做行政工作期间,负责了公司年会的策划与实施,这是项目经验。 通过这个例子我们可以看到,工作经历与项目经验的侧重点是不同的,工作经历是对一段工作的宏观描述,而项目经验则是对工作经历中某一件事情的具体说明。</p> </td> <td> <table border="0" cellspacing="0" cellpadding="3" width="100%" height="100%"> <tr height="270px" bgcolor="white"> <td> <table border="0" cellspacing="0" cellpadding="2" width="100%" height="100%"> <tr align="center"> <td colspan="2"> <h4>个人信息</h4> </td> </tr> <tr> <td width="50%">姓名:</td> <td>张三</td> </tr> <tr> <td>性别:</td> <td>女</td> </tr> <tr> <td>年龄:</td> <td>27</td> </tr> <tr> <td>电话:</td> <td>xxxxxxxx</td> </tr> <tr> <td>邮箱:</td> <td>xxxxx@qq.com</td> </tr> <tr> <td>工作经验:</td> <td>7年</td> </tr> <tr> <td>现居住地:</td> <td>西安</td> </tr> </table> </td> </tr> <tr height="5px"> <td></td> </tr> <tr height="100px" bgcolor="white"> <td> <table border="0" cellspacing="0" cellpadding="3" width="100%" height="100%"> <tr> <td width="50%" colspan="2" align="center"> <h4>求职意向</h4> </td> </tr> <tr> <td>从事职业</td> <td>机械工程师</td> </tr> <tr> <td>期望月薪</td> <td>7k</td> </tr> </table> </td> </tr> <tr height="5px"> <td></td> </tr> <tr height="150px" bgcolor="white"> <td> <table border="0" cellspacing="0" cellpadding="2" height="100%" width="100%"> <tr> <td width="50%" colspan="2" align="center"> <h4>教育背景</h4> </td> </tr> <tr> <td>学校</td> <td>北京大学</td> </tr> <tr> <td>学历</td> <td>本科</td> </tr> <tr> <td>毕业时间</td> <td>2019.7</td> </tr> <tr> <td>专业</td> <td>机械电子</td> </tr> </table> </td> </tr> <tr height="5px"> <td></td> </tr> <tr height="100px" bgcolor="white"> <td> <table border="0" cellspacing="0" cellpadding="2" height="100%" width="100%"> <tr align="center"> <td> <h4>证书</h4> </td> </tr> <tr> <td>英语6级</td> </tr> <tr> <td>初级工程师</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body>代码显示的内容
width=“300” height=“400” border=“1”> < /form> < /BODY> 10. 提交按钮: - -< BODY> < form> < INPUT name=“anniu” TYPE=“submit” value=“提交”> < /form> < /BODY> 11. 重置按钮: - < BODY> < form> < INPUT name=“anniu” TYPE=“reset” value=“重置” > < /form> < /BODY>