Blogger Information
Blog 44
fans 0
comment 1
visits 30949
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月16日作业(课表)
时光记忆的博客
Original
621 people have browsed it

<!DOCTYPE html>
<html>
<head>
    <title>{$titlt|default="课表"}</title>
    <meta charset="utf-8">
</head>
<body>
    <table border="1" cellspacing="0" cellpadding="5" align="center" width="70%">
        <caption><h3>课程表</h3></caption>
        <colgroup span="1" bgcolor="lightgreen" ></colgroup>

        <thead>
            <tr bgcolor="lightblue">
                <th bgcolor="lightgreen">我的课程表</th>
                <th>周一</th>
                <th>周二</th>
                <th>周三</th>
                <th>周四</th>
                <th>周五</th>
                <th>周六</th>
                <th>周日</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>8:30-10:00</td>
                <td><a href="">网络技术</a></td>
                <td>软件</td>
                <td>嵌入式应用</td>
                <td>物联网基础</td>
                <td>电子电路技术</td>
                <td rowspan="2" align="center">读书</td>
                <td rowspan="5">休息</td>
            </tr>
            <tr>
                <td>10:30-12:00</td>
                <td>物联网基础</td>
                <td></td>
                <td></td>
                <td>软件</td>
                <td></td>
            </tr>
            <tr>
                <td>13:00-14:00</td>
                <td colspan="5" align="center" bgcolor="yellow">午休</td>
                <td rowspan="4">休息</td>
            </tr>
            <tr>
                <td>14:30-16:00</td>
                <td><img src="/images/1.jpg"> 物联网基础</td>
                <td></td>
                <td>嵌入式应用</td>
                <td>物联网基础</td>
                <td></td>
            </tr>
            <tr>
                <td>16:30-18:00</td>
                <td></td>
                <td></td>
                <td>物联网基础</td>
                <td></td>
                <td></td>
            </tr>
            <tr>
                <td>20:00-21:30</td>
                <td colspan="5" align="center">自习</td>
                <td>班会</td>
            </tr>
        </tbody>
    </table>
</body>
</html>



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