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.性能稍高(不能与数据库高手相比,较一般数据库使用者 ...
随机推荐
- 2010 word 如何新建目录
首先插入一个bullet 填充内容,编好编号,选择文字,右键,然后选择相应的level,然后点击一级菜单reference, 然后点击table of contents, 选择某一个样式,然后插入成功 ...
- 任务栏右键工具栏里的语言栏没有的修复.reg
任务栏右键工具栏里的语言栏没有的修复.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F- ...
- ActionErrors 使用说明 struts1 validate 处理流程 详细教程(转)
转自(http://blog.csdn.net/wyx100/article/details/8736445). struts1 处理流程是 jsp --> ActionForm 中的A ...
- Ubuntu 系统下 mongodb 安装和配置
安装 MongoDB sudo apt-get install mongodb sudo apt-get install mongodb 关闭/启动 sudo service mongodb stop ...
- ArcGIS发布地图服务
一般做完矢量图绘制工作后,生成的.mxd文件只能在ArcMap中查看,为了方便用户进行浏览,我们需要发布地图服务. 目前为止最常用的就是在ArcGIS中发布地图服务. 今天也算是在做“发布地图服务”的 ...
- Xcode8 及iOS10适配问题汇总
上点干货,目前得知的一些bug解决汇总:iOS10相册相机闪退bughttp://www.jianshu.com/p/5085430b029fiOS 10 因苹果健康导致闪退 crashhttp:// ...
- SVMtoy
SVMtoy [label_matrix, instance_matrix] = libsvmread('ex8b.txt'); options = ''; % contour_level = [-1 ...
- 328. Odd Even Linked List——多利用fake_head
Given a singly linked list, group all odd nodes together followed by the even nodes. Please note her ...
- FZU 2216 The Longest Straight 模拟
题目链接:The Longest Straight 就是一个模拟就是这样,T_T然而当时恶心的敲了好久,敲完就WA了,竟然有这么简单的方法,真是感动哭了.......xintengziji...zhi ...
- qml 一些知识点
1.pagestack进行页面调整的时候,需要对页面状态做一些跟踪: Stack.onStatusChanged: { if (Stack.status == Stack.Active) { //可以 ...