Blogger Information
Blog 2
fans 0
comment 0
visits 466
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
我的第三课作业
钢琴宝贝
Original
241 people have browsed it
<!DOCTYPE html>

<html lang="en">


<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>第三课作业</title>

</head>


<body>

    <h2>

        这是我的第三课作业

    </h2>


    <hr>


    <table border="1px" style="color:#556677;text-align: center;" with="500">


        <caption>

            <h2>这是一个标题</h2>

        </caption>


        <thead style="color:#000000;background: #dddddd;">

            <th>时间</th>

            <th>星期一</th>

            <th>星期二</th>

            <th>星期三</th>

            <th>星期四</th>

            <th>星期五</th>

            <th>星期六</th>

            <th>星期日</th>

        </thead>


        <tbody>

            <tr>

                <td>上午</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

                <td rowspan="6" style="color:#000000;background-color: #206cb8;">放假</td>

                <td rowspan="6" style="color:#000000;background-color:#556677;">放假</td>

            </tr>

            <tr>

                <td>下午</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

            </tr>

            <tr>

                <!-- 垂直方向合并 -->

                <td rowspan="2">休息时间</td>

                <!-- 水平方向合并  -->

                <td colspan="5">午休</td>

            </tr>

            <tr>

                <td colspan="5">午休</td>

            </tr>


            <tr>

                <td>上午</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

            </tr>

            <tr>

                <td>下午</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

                <td>数学</td>

                <td>语文</td>

            </tr>

        </tbody>

    </table>





</body>


</html>


Correcting teacher:PHPzPHPz

Correction status:unqualified

Teacher's comments:标题符合实际内容,代码使用markdown语法,用代码块或者代码行包裹
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