Blogger Information
Blog 19
fans 3
comment 0
visits 13113
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月16作业代码提交
蓝色天空
Original
624 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>课程表</title>
<style type="text/css">
  table,td,th{
   border-radius: 15px;
   }
</style>
</head>
<body>
<table border="1" cellpadding="8" cellspacing="0"   align='center' width='80%'  border-color='red'  >
<caption>实小一年三班课程表</caption>
<colgroup span=1 bgcolor='lightgreen'></colgroup>
        <thead> <th colspan=8 bgcolor="skyblue">关注每个孩子的健康成长</th></thead>
<tr  bgcolor="red"><th>星期</th>
<th >星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
<th>星期六</th></tr>
 
<tbody> <tr>
<td rowspan="4">上午</td>
<td>语</td>
<td>数</td>
<td>英</td>
<td>语</td>  
<td>数</td>
<td rowspan=7>休息</td></tr>
             <tr>
 
<td>语</td>
<td>数</td>
<td>语</td>
 
<td>英</td>
<td>数</td></tr>

<tr>
 
 
<td>数</td>
<td>语</td>
<td>英</td>
<td>语</td>
<td>数</td></tr>


<tr>
 
 
<td>数</td>
<td>数</td>
<td>语</td>
<td>语</td>
<td>体</td></tr>
<tr>
<td rowspan=3>下午</td>
 
<td colspan="5" ><font color='red'>语文</font></td>
</tr>

  <tr>
 
 
<td colspan="5" ><font color='red'>数学</font></td>
</tr>

</tbody>
    
</table>
</body>
</html>

效果图
1.png

手抄图:

手抄1.jpg
手抄2.jpg
手抄3.jpg
手抄4.jpg

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