Blogger Information
Blog 100
fans 8
comment 2
visits 150236
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
20180316作业(信息表格)
lilove的博客
Original
753 people have browsed it

实例

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="keywords" content="AKB48">
    <meta name="description" content="前AKB48成员的一些小介绍">
    <title>AKB48前成员</title>
</head>
<body>
    <table border="1" cellpadding="5" cellspacing="0" align="center" width="80%">
        <caption>
            <h3>AKB48前TOP成员</h3>
            <hr />
            <small><a href="">添加</a></small>
        </caption>
        <thead bgcolor="skyblue">
            <tr>
                <th colspan="2">明细</th>
                <th colspan="3">资料</th>
                <th colspan="2" rowspan="2">操作</th>
            </tr>
            <tr>
                <th>序号</th>
                <th>姓名</th>
                <th>身高(cm)</th>
                <th>昵称</th>
                <th>入团时期</th>
            </tr>
        </thead>
        <tbody align="center">
            <tr>
                <td>1</td>
                <td>前田敦子</td>
                <td>161</td>
                <td>阿酱</td>
                <td>1期生</td>
                <td><a href="">修改</a></td>
                <td><a href="">删除</a></td>
            </tr>
            <tr>
                <td>2</td>
                <td>大岛优子</td>
                <td>152</td>
                <td>优酱</td>
                <td>2期生</td>
                <td><a href="">修改</a></td>
                <td><a href="">删除</a></td>
            </tr>
            <tr>
            <td>3</td>
                <td>高桥南</td>
                <td>148</td>
                <td>果子</td>
                <td>1期生</td>
                <td><a href="">修改</a></td>
                <td><a href="">删除</a></td>
            </tr>
            <tr>
                <td>4</td>
                <td>小岛阳菜</td>
                <td>164</td>
                <td>白菜</td>
                <td>1期生</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="">1</a>
        <a href="">2</a>
        <a href="">...</a>
        <a href="">下一页</a>
        <a href="">尾页</a>
    </p>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

作业手写:

1.jpg

2.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
0 comments
Author's latest blog post