Blogger Information
Blog 41
fans 2
comment 1
visits 26092
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.16作业
郭恒的博客
Original
731 people have browsed it

1.jpg2.jpg

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>3.16作业</title>
    </head>
    <body>
        <table border="1" cellspacing="0" cellpadding="8" align="center" width="70%">
            <caption><h3>二班期中考试成绩<small><a href="">添加</a></small></h3></caption>
            <thead>
                <tr bgcolor="blue">
                    <th colspan="2">基本信息</th>
                    <th colspan="3">学习成绩</th>
                    <th colspan="2" rowspan="2">操作</th>
                </tr>
                <tr bgcolor="blue">
                    <th>学号</th>
                    <th>姓名</th>
                    <th>语文</th>
                    <th>数学</th>
                    <th>英语</th>
                </tr>
            </thead>
            <tbody>
                <tr align="center">
                    <td>1</td>
                    <td align="left"><img src="images/3.16.1.jpg" width="40">小明</td>
                    <td>89</td>
                    <td>95</td>
                    <td>95</td> 
                    <td><a href="">编辑</a></td>
                    <td><a href="">删除</a></td>
                </tr>
                <tr align="center">
                    <td>2</td>
                    <td align="left"><img src="images/3.16.2.jpg" width="40">小红</td>
                    <td>93</td>
                    <td>95</td>
                    <td>89</td> 
                    <td><a href="">编辑</a></td>
                    <td><a href="">删除</a></td>
                </tr>
                <tr align="center">
                    <td>3</td>
                    <td align="left"><img src="images/3.16.3.jpg" width="40">小刚</td>
                    <td>84</td>
                    <td>89</td>
                    <td>92</td>
                    <td><a href="">编辑</a></td>
                    <td><a href="">删除</a></td>
                </tr>
            </tbody>
        </table>
        <p align="center">
            <a href="">首页</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
  • 2018-03-16 15:12:44