Blogger Information
Blog 2
fans 0
comment 0
visits 1075
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
03-16课程作业
菜鸟的背影的博客
Original
552 people have browsed it

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>03-16课程代码</title>
</head>
<body>
    


    <table border="1" cellspacing="0" cellpadding="5" width="80%">
        <caption><h3>研发部门人员资料</h3></caption>

        <thead>
        <tr bgcolor="#0072E3">
            <th colspan="2">资料</th>
            <th colspan="3">基本信息</th>
        </tr>
        </thead>
        
        <tr bgcolor="#D2E9FF">
            
            <th>部门</th>
            <th>姓名</th>
            <th>联系方式</th>
            <th>岗位</th>
            <th>性别</th>
        </tr>
        <tr bgcolor="#D2E9FF">
            <td rowspan="2">研发</td>
            <td>张三</td>
            <td>13888888888</td>
            <td>开发</td>
            <td>男</td>
        </tr>
        <tr bgcolor="#D2E9FF">
            
            <td>李四</td>
            <td>13888888889</td>
            <td>测试</td>
            <td>男</td>
        </tr>
        <tr bgcolor="#D2E9FF">
            <td rowspan="3">前端</td>
            <td>王五</td>
            <td>13888888890</td>
            <td>JavaScript</td>
            <td>男</td>
        </tr>
        <tr bgcolor="#D2E9FF">
            
            <td>李雷</td>
            <td>13888888891</td>
            <td>HTML</td>
            <td>男</td>
        </tr>
        <tr bgcolor="#D2E9FF">
            
            <td>韩梅梅</td>
            <td>13888888892</td>
            <td>设计</td>
            <td>女</td>
        </tr>
        </tbody>
        
    
    

    </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>

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