博客列表 >3/16作业

3/16作业

在路上的博客
在路上的博客原创
2018年03月17日 18:36:02564浏览
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="关键字">
<meta name="description" content="描述">
<title>表格</title>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="">
<script type="text/javascript" src="js.js"></script>
</head>
<body>
<table border="1" cellpadding="10" cellspacing="0" width="80%">
<caption><h1>信息管理系统&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small><a href="">添加</a></small></h1></caption>

<tr>
<th colspan="2">分类1</th>
<th colspan="5">分类2</th>
<th  colspan="2" rowspan="2">操作</th>

</tr>

<tr bgcolor="red">
<th>序号</th>
<th>姓名</th>
<th>性别</th>
<th>年龄</th>
<th>体重</th>
<th>身高</th>
<th>电话</th>
</tr>

<tr>
<td>1</td>
<td><img src="3.jpg" width="20">张三</td>
<td rowspan="4">男</td>
<td>26</td>
<td>55KG</td>
<td>155cm</td>
<td>13888888888</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>2</td>
<td><img src="3.jpg" width="20">李四</td>

<td>27</td>
<td>55KG</td>
<td>166cm</td>
<td>137777788888</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>3</td>
<td><img src="3.jpg" width="20">王五</td>

<td>29</td>
<td>66KG</td>
<td rowspan="2" bgcolor="red">177cm</td>
<td>13888888888</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>4</td>
<td><img src="3.jpg" width="20">赵六</td>

<td>33</td>
<td>65KG</td>

<td>13666666666</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>


<tr>
<td colspan="3">平均值统计</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td colspan="3"></td>
</tr>

</table>
<p>
<a href="">首页</a>
<a href="">2</a>
<a href="">3</a>
<a href="">...</a>
<a href="">尾页</a>
</p>

</body>
</html>

0317.png

1.png2.png3.png4.png5.png6.png7.png

上一条:3.16表格作业下一条:3月15日
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议