Blogger Information
Blog 7
fans 0
comment 0
visits 1804
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月16日作业
Nancy白开水的博客
Original
515 people have browsed it

今天是第二天在中文网学习!

代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>员工信息表</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5" width="80%">
<caption><h3>公司全体员工基本信息表</h3></caption>
<colgroup span="1"></colgroup>
<colgroup span="1" bgcolor="lightgreen"></colgroup>
<colgroup span="1"></colgroup>
<colgroup span="1"></colgroup>
<colgroup span="1"></colgroup>
<colgroup span="1"></colgroup>
<thead>
<tr bgcolor="skyblue">
<th colspan="4">信息</th>
<th colspan="2" rowspan="2">操作</th>
</tr>
<tr bgcolor="skyblue">
<th>卡号</th>
<th>姓名</th>
<th>性别</th>
<th>年龄</th>
</tr>
</thead>
<tbody>
<tr>
<td>A01</td>
<td><img src="../images/11.jpg" width="30">赵大</td>
<td>男</td>
<td>28</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>A02</td>
<td><img src="../images/12.jpg" width="30">钱二</td>
<td>女</td>
<td>26</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>A03</td>
<td><img src="../images/13.jpg" width="30">张三</td>
<td>男</td>
<td>24</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan=3>平均年龄</td>
<td colspan=3>26</td>
</tr>
</tfoot>
</table>
<p>
<a href="">首页</a>
<a href="">上一页</a>
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">...</a>
<a href="">下一页</a>
<a href="">尾页</a>
</p>
</body>
</html>

手写代码:

微信图片_20180317171241.jpg

微信图片_20180317171242.jpg

微信图片_201803171712411.jpg

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post