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.性能稍高(不能与数据库高手相比,较一般数据库使用者 ...
随机推荐
- PHP 获取服务器详细信息【转】
碰到此问题,做下记录 获取系统类型及版本号: php_uname() (例:Windows NT COMPUTER 5.1 b ...
- [maven] 搭建多模块企业级项目
知识点:聚合.继承.工程依赖.单元测试.多war聚合.cargo发布 ① 准备工作 参考资料 http://www.cnblogs.com/quanyongan/archive/2013/05/28/ ...
- [mondrian] 快速入门
一.下载地址 mondrian各个版本和工具等的下载地址: http://sourceforge.net/projects/mondrian/files/?source=navbar 注意:mondr ...
- android - anim translate中 fromXDelta、toXDelta、fromYDelta、toXDelta属性
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http:// ...
- Android 编程下的代码混淆
什么是代码混淆 Java 是一种跨平台的.解释型语言,Java 源代码编译成中间”字节码”存储于 class 文件中.由于跨平台的需要,Java 字节码中包括了很多源代码信息,如变量名.方法名,并且通 ...
- EasyUI DataGrid View
http://www.jeasyui.com/easyui/datagrid-detailview.js 前提一定要引入:datagrid-detailview.js主要是三个属性和普通的datgag ...
- yii框架
Yii Framework是一个基于组件.用于开发大型 Web 应用的高性能 PHP 框架.Yii提供了今日Web 2.0应用开发所需要的几乎一切功能.Yii是最有效率的PHP框架之一.Yii是创始人 ...
- 为什么html5用的jQuery Mobile在手机浏览器/微信中打开字体很小
头部加入 <header> <metaname="viewport"content="width=device-width, initial-scale ...
- php solr 查询
$options = array( 'hostname' => 'localhost', 'port' => 8080, 'path' => 'solr/test'); $clien ...
- 有关C#中使用if else和try catch的问题及效率问题
本来if esle 是流程控制 try catch是异常处理,本身其实是没有可比性的,但是开发过程中有的人很容易混用,而且两者有的时候效果似乎一样,所以我还是用了个简单的测试来简单的比较下. 不多说, ...