html写的一个简单的课程表

发布:2020-12-1分类:技术笔记来源:本站原创浏览:0
用HTML写的一个简单的课程表,修改里面的课程,然后保存为html文件,打印出来使用就可以。代码如下:
<html>
<title>课程表</title>
<head>
<style>
body{font-size:13px;}.s{font-size:12px;}
</style>
</head>
<body>
<center><br><br><b>XX学校2020-2021学年(X年级X班)课程表</b></center><br>
<table border = 6 frame = void align = center width = 620px height = 100px cellspacing = 0px cellpadding = 1px>
   <tr height = 50px align = center>   
       <th width = 110px> </th><th><font color = blue>星期一</font></th><th><font color = blue>星期二</font></th><th><font color = blue>星期三</font></th><th><font color = blue>星期四</font></th><th><font color = blue>星期五</font></th>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>一</b></font></td><td>班队会</td><td>语文</td><td>数学</td><td>语文</td><td>数学</td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>二</b></font></td><td>语文</td><td>数学</td><td>语文</td><td>数学</td><td>语文</td>
   </tr>
<tr height = 35px align = center>   
    <td ></td><td colspan = 5 ><font color = "red"><b>大课间活动</b></font></td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>三</b></font></td><td>道德与法制</td><td>语文</td><td>科学</td><td>美术</td><td>语文</td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>四</b></font></td><td>美术</td><td>足球活动</td><td>传统文化</td><td>音乐</td><td>剪纸活动</td>
   </tr>
   <tr height = 35px align = center>   
    <td ></td><td colspan = 5 ><font color = "red"><b>下午</b></font></td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>五</b></font></td><td>音乐</td><td>体育</td><td>道德与法制</td><td>跳绳活动</td><td>道德与法制</td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>六</b></font></td><td>体育</td><td>安全/健康</td><td>语文</td><td>科学活动</td><td>体育</td>
   </tr>
   <tr height = 35px align = center>   
    <td ><font color = blue><b>七</b></font></td><td>阅读活动</td><td>综合实践</td><td>体育活动</td><td>体育足球</td><td>书法活动</td>
   </tr>
   <tr height = 35px align = center>   
    <td  colspan = 6 class="s">这里可以写其他备注。比如任课老师等</td>
   </tr>
</table>
</body>
</html>
效果如下:
分类标签:技术笔记html
本文地址:https://www.demizhe.com/news/jsbj/12.html
版权声明: 本站发布的内容以原创为主,部分资料代码来自互联网分享。如有涉及侵权请告知,将第一时间更正。本站凡标注有原创的内容未经允许不得转载,或转载时注明出处:[得米者-得天下 www.demizhe.com]
Copyright © 2015-2023 得米者(www.Demizhe.com) All Rights Reserved.    
辽ICP备18009746号  增值电信业务经营许可证:辽B2-20180263  辽公网安备:21011302000123