Blogger Information
Blog 21
fans 0
comment 0
visits 10961
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表格标签演示之课程表
Original
460 people have browsed it

<!DOCTYPE html>

<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>课程表</title>
</head>
<body>
<table border="1" width="650" style="border-color: blue">
<caption><h3>某市某中学七年一班课程表</h3></caption>
<thead>
<tr>
   <th>时间</th>
   <th>周一</th>
   <th>周二</th>
   <th>周三</th>
   <th>周四</th>
   <th>周五</th>
</tr>
</thead>
<tbody align="center">
<tr>
   <td rowspan="4">上午</td>
   <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>数学</td>
   <td>诗文</td>
   <td>英语</td>
   <td>化学</td>
   <td>英语</td>
</tr>
<tr>
   <td colspan="6">午休(11:30~13:30)</td>
</tr>
<tr>
   <td  rowspan="4">下午</td>
   <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>政治</td>
   <td>体育</td>
   <td>历史</td>
   <td>体育</td>
   <td>自习</td>
</tr>

</tbody>
<tfoot align="center">
   <tr>
       <td>备注</td>
       <td colspan="5" bgcolor="lightgreen">疫情防控期间学生在家上网课</td>
   </tr>
</tfoot>
</table>
</body>
</html>

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