html练习——个人简介
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <table width="800" border="1" cellspacing="0" cellpadding="0" > <tr > <th scope="col">个人简介</th> </tr> </table> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th scope="col">基本资料</th> </tr> </table> <table width="800" border="5" cellspacing="0" cellpadding="0"> <tr> <th width="133" align="center" scope="col">姓名</th> <td width="147" align="center" scope="col">牛朝靖</td> <th width="80" align="center" scope="col">性别</th> <td width="111" align="center" scope="col">女</td> <th width="85" align="center" scope="col">民族</th> <td width="65" align="center" scope="col">汉</td> <th background="110205121349.jpg" width="155" rowspan="4" scope="col" > </th> </tr> <tr> <th align="center" scope="row">出生年月</th> <td align="center">199504</td> <th align="center">籍贯</th> <td align="center">山东</td> <th align="center">身高</th> <td align="center"> </td> </tr> <tr> <th align="center" scope="row">毕业院校</th> <td colspan="2" align="center"> </td> <th align="center">所学专业</th> <td colspan="2" align="center"> </td> </tr> <tr> <th align="center" scope="row">邮箱</th> <td colspan="2" align="center"> </td> <th align="center">电话号码</th> <td colspan="2" align="center"> </td> </tr> </table> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th scope="col">教育经历</th> </tr> </table> <table width="800" border="5" cellspacing="0" cellpadding="0"> <tr> <th width="219" scope="col">最高学历</th> <th width="200" scope="col"> </th> <th width="200" scope="col">毕业时间</th> <th width="163" scope="col"> </th> </tr> <tr> <th scope="row">英语水平</th> <td colspan="3"> </td> </tr> <tr> <th height="106" scope="row">教育及培训经历</th> <td colspan="3"> </td> </tr> </table> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th scope="col">工作经历</th> </tr> </table> <table width="800" border="5" cellspacing="0" cellpadding="0"> <tr> <th colspan="2" scope="col">时间</th> <th width="341" scope="col">工作单位</th> </tr> <tr> <td colspan="2"> </td> <td> </td> </tr> <tr> <td colspan="2"> </td> <td> </td> </tr> <tr> <th width="170">能力及专长</th> <td colspan="2"> </td> </tr> </table> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th scope="col">求职意向</th> </tr> </table> <table width="800" border="5" cellspacing="0" cellpadding="0"> <tr> <th scope="row">应聘职位</th> <td>1.</td> <td>2.</td> </tr> <tr> <th scope="row">待遇要求</th> <td> </td> <td> </td> </tr> <tr> <th scope="row">职业状态</th> <td>○全职</td> <td>○兼职</td> </tr> </table> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th scope="col">个人自传</th> </tr> </table> <table width="800" border="5" cellspacing="0" cellpadding="0"> <tr> <td height="197"> </td> </tr> </table> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <table width="800" border="1" cellspacing="0" cellpadding="10" background="../../123923diccmmmmiqllbzsc_meitu_1.jpg"> <tr> <th colspan="7" align="center" ><div align="center"><font color="#000000" size="+6">个人简历</div></th> </tr> <tr> <th width="500" >姓名</th> <td width="120" ></td> <th width="120" >性别</th> <td width="130" ></td> <th width="120" >出生年月</th> <td width="100" ></td> <td width="79" rowspan="5"></td> </tr> <tr> <th align="center" >籍贯</th> <td></td> <th>民族</th> <td></td> <th>政治面貌</th> <td></td> </tr> <tr> <th align="center">身体状况</th> <td></td> <th>身高</th> <td></td> <th>电话号码</th> <td></td> </tr> <tr> <th align="center">学历</th> <td></td> <th>毕业学校 </th> <td colspan="3"></td> </tr> <tr align="center"> <th>所在院系 </th> <td colspan="5"></td> </tr> <tr align="center"> <th>技能 </th> <td colspan="6"></td> </tr> <tr align="center"> <th>专业技能 </th> <td colspan="6"></td> </tr> <tr align="center"> <th> 实践</th> <td colspan="6"></td> </tr> <tr align="center"> <th>专业课 </th> <td colspan="6"></td> </tr> <tr align="center"> <th >求职意向 </th> <td colspan="6"></td> </tr> <tr align="center"> <th>联系方式 </th> <td colspan="6"></td> </tr> </table></th> </tr> </table></th> </tr> </table> </body> </html>
html练习——个人简介的更多相关文章
- ASP.NET Core 1.1 简介
ASP.NET Core 1.1 于2016年11月16日发布.这个版本包括许多伟大的新功能以及许多错误修复和一般的增强.这个版本包含了多个新的中间件组件.针对Windows的WebListener服 ...
- MVVM模式和在WPF中的实现(一)MVVM模式简介
MVVM模式解析和在WPF中的实现(一) MVVM模式简介 系列目录: MVVM模式解析和在WPF中的实现(一)MVVM模式简介 MVVM模式解析和在WPF中的实现(二)数据绑定 MVVM模式解析和在 ...
- Cassandra简介
在前面的一篇文章<图形数据库Neo4J简介>中,我们介绍了一种非常流行的图形数据库Neo4J的使用方法.而在本文中,我们将对另外一种类型的NoSQL数据库——Cassandra进行简单地介 ...
- REST简介
一说到REST,我想大家的第一反应就是“啊,就是那种前后台通信方式.”但是在要求详细讲述它所提出的各个约束,以及如何开始搭建REST服务时,却很少有人能够清晰地说出它到底是什么,需要遵守什么样的准则. ...
- Microservice架构模式简介
在2014年,Sam Newman,Martin Fowler在ThoughtWorks的一位同事,出版了一本新书<Building Microservices>.该书描述了如何按照Mic ...
- const,static,extern 简介
const,static,extern 简介 一.const与宏的区别: const简介:之前常用的字符串常量,一般是抽成宏,但是苹果不推荐我们抽成宏,推荐我们使用const常量. 执行时刻:宏是预编 ...
- HTTPS简介
一.简单总结 1.HTTPS概念总结 HTTPS 就是对HTTP进行了TLS或SSL加密. 应用层的HTTP协议通过传输层的TCP协议来传输,HTTPS 在 HTTP和 TCP中间加了一层TLS/SS ...
- 【Machine Learning】机器学习及其基础概念简介
机器学习及其基础概念简介 作者:白宁超 2016年12月23日21:24:51 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本系列文章是作者结 ...
- Cesium简介以及离线部署运行
Cesium简介 cesium是国外一个基于JavaScript编写的使用WebGL的地图引擎,一款开源3DGIS的js库.cesium支持3D,2D,2.5D形式的地图展示,可以自行绘制图形,高亮区 ...
- 1.Hibernate简介
1.框架简介: 定义:基于java语言开发的一套ORM框架: 优点:a.方便开发; b.大大减少代码量; c.性能稍高(不能与数据库高手相比,较一般数据库使用者 ...
随机推荐
- 通用 PE 工具箱1.9.6(XP内核)by Uepon(李培聪)
通用 PE 工具箱1.9.6(XP内核)by Uepon(李培聪)官网:http://hi.baidu.com/uepon?page=21.8版论坛帖子:http://bbs.wuyou.net/fo ...
- Windows菜单
目录 第1章 Windows菜单 1 1.1 窗口菜单和弹出菜单 1 1.2 使用SetMenu 2 1.3 使用TrackPopupMenu 4 第1章 Windows菜单 ...
- windows7系统配置maven环境
简介 maven的作用 1.通过在pom.xml配置的方式下载项目所需要的jar包 2.打jar包和打war包 1.环境配置 1.1 http://maven.apache.org/download ...
- DI 之 3.1 DI的配置使用(肆)
3.1.1 依赖和依赖注入 传统应用程序设计中所说的依赖一般指"类之间的关系",那先让我们复习一下类之间的关系: 泛化:表示类与类之间的继承关系.接口与接口之间的继承关系: 实现 ...
- JavaWeb学习-Tomcat
打包JavaWeb应用 在Java中,使用"jar"命令来对将JavaWeb应用打包成一个War包,jar命令的用法如下:
- DOM中元素节点、属性节点、文本节点
DOM中有12中节点,但最常用到的是元素节点,属性节点,文本节点. 元素节点的节点类型(nodeType)是1: 属性节点的节点类型(nodeType)是2: 文本节点的节点类型(nodeType)是 ...
- 通配符+countif()解决大于15位数的计数问题
excel的最大精度是15位,如果一个单元格中存储的数字超过15位,那么函数在计算的时候将会出现问题,它们会将15位之后的数字变成0. 在这种情况下,需要在函数中加入通配符,例如,统计A列中,A1出现 ...
- Java常用集合类详解
在Java中有一套设计优良的接口和类组成了Java集合框架,使程序员操作成批的数据或对象元素极为方便.所有的Java集合都在java.util包中. 在编写程序的过程中,使用到集合类,要根据不同的需求 ...
- poj------(3468)A Simple Problem with Integers(区间更新)
A Simple Problem with Integers Time Limit: 5000MS Memory Limit: 131072K Total Submissions: 60745 ...
- 再不用担心DataRow类型转换和空值了(使用扩展方法解决高频问题)
在使用DataRow读取数据时,通常会遇到数据可能为Null, 但是又需要转换为如int等其它类型的数据,因此就通常会写这样的代码: if (dr[name] != DBNull.Value & ...