Blogger Information
Blog 42
fans 3
comment 2
visits 32131
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP第二期在线培训第二天作业
HeartofSunny的博客
Original
883 people have browsed it
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>人员信息表</title>
</head>
<body>
    <table  border="1" cellspacing="0" cellpadding="20" width="80%">
    <caption><h3>人员信息表</h3></caption>
    <tr bgcolor="skyblue">
        <th width="50">工号</th>
        <th width="80">姓名</th>
        <th width="20">性别</th>
        <th width="40">年龄</th>
        <th>学历</th>
        <th>婚姻状况</th>
        <th colspan="2">操作</th>
    </tr>
    <tr bgcolor="#AEEEEE">
        <td>001</td>
        <td>小明</td>
        <td>男</td>
        <td>26</td>
        <td>小学</td>
        <td>已婚</td>
        <td><a href="">编辑</a></td>
        <td><a href="">删除</a></td>
    </tr>
    <tr>
        <td>002</td>
        <td>二明</td>
        <td>女</td>
        <td>25</td>
        <td>中学</td>
        <td>已婚</td>
        <td><a href="">编辑</a></td>
        <td><a href="">删除</a></td>
    </tr>
    <tr bgcolor="#AEEEEE">
        <td>003</td>
        <td>三明</td>
        <td>男</td>
        <td>23</td>
        <td>大学</td>
        <td>未婚</td>
        <td><a href="">编辑</a></td>
        <td><a href="">删除</a></td>
    </tr>
    <tr>
        <td>004</td>
        <td>四明</td>
        <td>男</td>
        <td>21</td>
        <td>无</td>
        <td>重婚</td>
        <td><a href="">编辑</a></td>
        <td><a href="">删除</a></td>
    </tr>
    <tr bgcolor="#AEEEEE">
        <td>005</td>
        <td>明明</td>
        <td>未知</td>
        <td>19</td>
        <td>未知</td>
        <td>未知</td>
        <td><a href="">编辑</a></td>
        <td><a href="">删除</a></td>
    </tr>
    <tr bgcolor="skyblue">
        <td colspan="2">人数</td>
        <td>5</td>
        <td colspan="2">平均年龄</td>
        <td colspan="3">自己算</td>
    </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>

微信图片_20180317164347.jpg

微信图片_20180317164352.jpg微信图片_20180317164352.jpg

Correction status:Uncorrected

Teacher's comments:
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
1 comments
天蓬老师 2018-03-17 16:52:16
坚持下去就是胜利
1 floor
Author's latest blog post