用html写网课课程表

#html
##课程表

用html写的一个课程表,帮助我们快速找到线上上课的网址,并进入学习,该课程表是以大学基本模式,即上午两大节,下午两大节,晚上一节的案例安排的,所以如果与使用者实际课表不符,可以根据注释自行调整
代码实现如下:

<!DOCTYPE html>
<html lang="en">
<head>
    <!--@想给时光写封情书-->
    <meta charset="UTF-8">
    <title>大二下学期课程表</title>
</head>
<body>
    <h2>大二下学期课程表</h2><!--h2中间的可以修改-->
    <!--按照所标注的位置正确填入网课的网址,没有网课的位置删除掉td之间的内容即可,td不可删!!!-->
    <hr/>
    <table border="1px" cellpadding="0px" cellspacing="0px">
        <tr height="50px">
            <td width="100px">第一节</td>
            <td width="100px">
                <!--周一第一大节-->
                <form action="" target="_blank"><!--action后写入课程网址-->
                    <input type="submit" value=""><!--value后写课程名-->
                </form>
            </td>
            <td width="100px">
                <!--周二第一大节-->
                <form action=""target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周三第一大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周四第一大节-->
                <form action=""target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周五第一大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
        </tr>
        <tr height="50px">
            <td width="100px">第二节</td>
            <td width="100px">
                <!--周一第二大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周二第二大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周三第二大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周四第二大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周五第二大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
        </tr>
        <tr height="50px">
            <td width="100px">第三节</td>
            <td width="100px">
                <!--周一第三大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周二第三大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周三第三大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周四第三大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周五第三大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
        </tr>
        <tr height="50px">
            <td width="100px">第四节</td>
            <td width="100px">
                <!--周一第四大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周二第四大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周三第四大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周四第四大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周五第四大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
        </tr>
        <tr height="50px">
            <td width="100px">第五节</td>
            <td width="100px">
                <!--周一第五大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周二第五大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周三第五大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周四第五大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
            <td width="100px">
                <!--周五第五大节-->
                <form action="" target="_blank">
                    <input type="submit" value="">
                </form>
            </td>
        </tr>
    </table>
</body>
</html>
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值