<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<!-- 表格标签 -->
<!-- 表格绘制 --> <table align="center" width="760px" border="1px" bordercolor="pink" cellspacing="0" cellpadding="10">
<caption>个人资料表</caption> <tr align="left" bgcolor="aliceblue">
<td colspan="5"> <b>个人资料</b> </td>
</tr> <tr height="27px">
<td>姓名:</td>
<td width="110px"> </td>
<td>性别:</td>
<td width="110px"> </td>
<td rowspan="5" align="center" width="130px">照片</td>
</tr> <tr>
<td>姓名:</td>
<td width="120px"> </td>
<td>性别:</td>
<td width="120px"> </td>
</tr> <tr>
<td>姓名:</td>
<td width="120px"> </td>
<td>性别:</td>
<td width="120px"> </td> </tr> <tr>
<td>姓名:</td>
<td width="120px"> </td>
<td>性别:</td>
<td width="120px"> </td> </tr> <tr>
<td>姓名:</td>
<td width="120px"> </td>
<td>性别:</td>
<td width="120px"> </td> </tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> <tr align="left" bgcolor="aliceblue">
<td colspan="5"><b>主修课程</b> </td>
</tr> <tr>
<td colspan="5" height="60px"></td>
</tr> </table> </body>
</html>

最新文章

  1. 归并排序算法 java 实现
  2. AndroidManifest.xml详解(下)
  3. JavaScript 数据类型判断
  4. 浏览器中跨域创建cookie的问题
  5. C语言中的字符和字符串
  6. poj 3352
  7. 使用jenkins构建持续集成平台
  8. CDH(Cloudera)与hadoop(apache)对比
  9. servlet、genericservlet、httpservlet之间的区别(转)
  10. 基于jsp+servlet图书管理系统之后台用户信息查询操作
  11. python运维开发(八)----面向对象(下)
  12. 转换时间对象和字符串对象&amp;添加时间
  13. 阿里云 redis 通过rinetd 进行端口透传
  14. zookeeper,win版本搭建集群遇坑记录
  15. 在 Rolling Update 中使用 Health Check - 每天5分钟玩转 Docker 容器技术(146)
  16. 前端获取checkbox复选框的值 通过数组形式传递
  17. CTAP: Complementary Temporal Action Proposal Generation (ECCV2018)
  18. #10 //I [HNOI/AHOI2018]毒瘤
  19. java 泛型的通配符和限定
  20. python实现邮件接口——smtplib模块

热门文章

  1. VMware启动CentOS出错,提示&quot;该虚拟机似乎正在使用中&quot;
  2. C#LeetCode刷题之#653-两数之和 IV - 输入 BST(Two Sum IV - Input is a BST)
  3. C#LeetCode刷题之#557-反转字符串中的单词 III(Reverse Words in a String III)
  4. 深度强化学习:Deep Q-Learning
  5. 在虚拟机中安装Mysql
  6. webpack系列之loader的基本使用
  7. MapReduce框架原理
  8. Combining STDP and Reward-Modulated STDP in Deep Convolutional Spiking Neural Networks for Digit Recognition
  9. Dubbo详解
  10. 解决:While reading from &#39;/Users/***/.pip/pip.conf&#39; [line 4]: option &#39;extra-index-url&#39; in section &#39;global&#39; already exists