博客列表 >课程表制作

课程表制作

炙热的不死鸟的博客
炙热的不死鸟的博客原创
2018年03月25日 19:53:542171浏览

<!DOCTYPE html>

<html>

<head>

    <meta charset="utf-8">

    <title>我的课表</title>

</head>

<body background="background.png">

    <table width="100%" align="center" border="1" >

        <caption><h2>我的课表</h2></caption>

        <tr height="37px">

            <th width="60px" bgcolor="DarkOrchid">节次</th>

            <th width="100px" bgcolor="DarkOrchid">上课时间</th>

            <th width="150px" bgcolor="DarkOrchid">周日</th>

            <th width="150px" bgcolor="DarkOrchid">周一</th>

            <th width="150px" bgcolor="DarkOrchid">周二</th>

            <th width="150px" bgcolor="DarkOrchid">周三</th>

            <th width="150px" bgcolor="DarkOrchid">周四</th>

            <th width="150px" bgcolor="DarkOrchid">周五</th>

            <th width="150px" bgcolor="DarkOrchid">周六</th>

        </tr>

        <tr height="37px" align="center">

            <td align="center">1</td>

            <td rowspan="1">8:00-8:45</td>

            <td rowspan="13" bgcolor="Cyan">我爱学习<br>学习爱我</td>

            <td rowspan="5"></td>

            <td rowspan="2" bgcolor="orange">WEB应用技术<br>@D座301</td>

            <td rowspan="2"></td>

            <td rowspan="2" bgcolor="hotpink">数据库原理<br>@E407</td>

            <td rowspan="2"></td>

            <td rowspan="2"></td>

        <tr height="37px" align="center">

            <td>2</td>

            <td rowspan="1">8:55-9:40</td>

        </tr>

        <tr height="37px" align="center">

            <td>3</td>

            <td rowspan="1">10:00-10:45</td>

            <td rowspan="3"></td>

            <td rowspan="2" bgcolor="springgreen">计算机网络<br>@E阶梯教室202</td>

            <td rowspan="2" bgcolor="Aquamarine">计算理论导引<br>@E208</td>

            <td rowspan="2" bgcolor="Peru">系统分析与设计<br>@D座406</td>

            <td rowspan="2" bgcolor="DeepSkyBlue">中国近代社会转型<br>@E阶梯教室101</td>

        </tr>

        <tr height="37px" align="center">

            <td>4</td>

            <td rowspan="1">10:55-11:40</td>

        </tr>

        <tr height="37px" align="center">

            <td>5</td>

            <td rowspan="1">11:50-12:35</td>

            <td rowspan="3"></td>

            <td rowspan="1"></td>

            <td rowspan="3"></td>

        </tr>

        <tr height="37px" align="center">

            <td>6</td>

            <td rowspan="1">14:00-14:45</td>

            <td rowspan="2" bgcolor="SpringGreen">计算机网络<br>@E阶梯教室202</td>

            <td rowspan="2" bgcolor="HotPink">数据库原理<br>@E407</td>

            <td rowspan="2" bgcolor="Thistle">算法设计与分析<br>@E208</td>

        </tr>

        <tr height="37px" align="center">

            <td>7</td>

            <td rowspan="1">14:55-15:40</td>

        </tr>

        <tr height="37px" align="center">

            <td>8</td>

            <td rowspan="1">16:00-16:45</td>

            <td rowspan="3"></td>

            <td rowspan="3" bgcolor="    GreenYellow">企业建模与系统集成<br>@D座503</td>

            <td rowspan="3" bgcolor="DeepSkyBlue">中国近代社会转型<br>@E阶梯教室101</td>

            <td rowspan="2" bgcolor="RoyalBlue">智能系统<br>@E407</td>

            <td rowspan="3" bgcolor="DeepSkyBlue">中国近代社会转型<br>@E阶梯教室101</td>

        </tr>

        <tr height="37px" align="center">

            <td>9</td>

            <td rowspan="1">16:55-17:40</td>

        </tr>

        <tr height="37px" align="center">

            <td>0</td>

            <td rowspan="1">17:50-18:35</td>

        </tr>

        <tr height="37px" align="center">

            <td>A</td>

            <td rowspan="1">19:20-20:05</td>

            <td rowspan="2" bgcolor="MediumOrchid">软件案例分析@G座304</td>

            <td rowspan="3"></td>

            <td rowspan="3"></td>

            <td rowspan="3" bgcolor="DeepSkyBlue">中国近代社会转型<br>@E阶梯教室101</td>

        </tr>

        <tr height="37px" align="center">

            <td>B</td>

            <td rowspan="1">20:15-21:00</td>

        </tr>

        <tr height="37px" align="center">

            <td>C</td>

            <td rowspan="1">21:10-21:55</td>

        </tr>

        </colgroup>

    </table>

</body>

</html>


上一条:3.23日作业下一条:3.23作业
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议