zoukankan      html  css  js  c++  java
  • HTML5练习1

    制作简历

    主要代码:

    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>简历</title>
    </head>
    
    <body background="20140711075505_wicWx.jpeg"><!--body-->
    <h1 align="center"><font face="隶书" size="+6" color="0xFF98C1"><b><u><a href="http://www.cnblogs.com/bosamvs/" target="new">个人简历</a></u></b></font></h1>
    <table align="center"  width="1000">
    <tr height="50">
    <td width="175" rowspan="4"><img src="batman.jpg" title="照片" alt="一寸照片"></td>
    <td rowspan="4"><font face="Times New Roman, Times, serif" size="+3">Batman</font><br /><font face="华文彩云">求职意向:语文老师</font></td>
    <td><font face="Times New Roman, Times, serif">1992.07.05</font></td>
    </tr>
    <tr height="50">
    <td><font face="华文彩云">湖南 长沙</font></td>
    </tr>
    <tr height="50">
    <td><font face="Times New Roman, Times, serif">136-1000-7000</font></td>
    </tr>
    <tr height="50">
    <td><a href="https://mail.qq.com/cgi-bin/loginpage" target="_blank"><font face="Times New Roman, Times, serif">2349890921@qq.com</font></a></td>
    </tr>
    <tr height="30">
    <td colspan="3"><h3><b><font face="华文行楷" color="0xFEF8FE"><b>自我评价</b></font></b></h3></td>
    </tr>
    <tr height="10">
    <td colspan="3"><hr /></td>
    </tr>
    <tr height="300">
    <td colspan="3"></td>
    </tr>
    <tr height="30">
    <td colspan="3"><h3><b><font face="华文行楷" color="0xFEF8FE"><b>教育背景</b></font></b></h3></td>
    </tr>
    <tr height="10">
    <td colspan="3"><hr /></td>
    </tr>
    <tr height="30">
    <td colspan="3"><font face="Times New Roman, Times, serif">2012.09-2016.06</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face="华文彩云">湖北师范大学</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face="华文彩云">汉语言文学(本科)</font></td>
    </tr>
    <tr height="30">
    <td colspan="3"><font face="华文彩云">主修课程:古代汉语、现当代汉语等。</font></td>
    </tr>
    <tr height="30">
    <td colspan="3"><h3><b><font face="华文行楷" color="0xFEF8FE"><b>校外实践</b></font></b></h3></td>
    </tr>
    <tr height="10">
    <td colspan="3"><hr /></td>
    </tr>
    <tr height="30">
    <td width="350"><font face="Times New Roman, Times, serif">2014.09-2016.02</font><br /><font face="华文彩云">石子中学</font></td>
    <td colspan="2"><font face="华文彩云">语文老师</font></td>
    </tr>
    <tr height="30">
    <td width="350"><font face="Times New Roman, Times, serif">2014.07-2014.09</font><br /><font face="华文彩云">流星雨教育</font></td>
    <td colspan="2"><font face="华文彩云">兼职老师</font></td>
    </tr>
    <tr height="30">
    <td width="350"><font face="Times New Roman, Times, serif">2013.09-2014.07</font><br /><font face="华文彩云">武汉成效外语培训学校</font></td>
    <td colspan="2"><font face="华文彩云">兼职教师</font></td>
    </tr>
    <tr height="30">
    <td colspan="3"><h3><b><font face="华文行楷" color="0xFEF8FE"><b>基本技能</b></font></b></h3></td>
    </tr>
    <tr height="10">
    <td colspan="3"><hr /></td>
    </tr>
    <table align="center"  width="1000">
    <tr>
    <td><font face="华文彩云">普通话</font></td>
    <td><font face="华文彩云">计算机</font></td>
    </tr>
    <tr>
    <td><font face="华文彩云"><font face="Times New Roman, Times, serif">PPT</font>制作</font></td>
    <td><font face="华文彩云">粉笔字板书</font></td>
    </tr>
    </tr>
    <tr>
    <td><font face="Times New Roman, Times, serif">PS</font></td>
    <td><font face="华文彩云">教师资格证</font></td>
    </tr>
    </table>
    </table>
    </body>
    </html>

     结果:

  • 相关阅读:
    Mysql数据库(三)Mysql表结构管理
    Mysql数据库(二)Mysql数据库管理
    Mysql数据库(一)数据库设计概述
    设计模式(二十三)Interpreter模式
    设计模式(二十二)Command模式
    设计模式(二十一)Proxy模式
    设计模式(二十)Flyweight模式
    python 全局变量
    python 装饰器
    python 文件读写
  • 原文地址:https://www.cnblogs.com/bosamvs/p/5506444.html
Copyright © 2011-2022 走看看