Blogger Information
Blog 2
fans 0
comment 0
visits 968
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表格练习测试
ོ道ོ
Original
444 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>
<link rel="stylesheet" href="style1/表格练习.css">

</head>
<body>
<table class="lesson">
<caption>
合肥市第三十六小学课程表
</caption>
<thead>
<tr>
<th colspan="2"></th>
<!-- <th></th> -->
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="4">上午</td>
<td>1</td>
<td>数学</td>
<td>语文</td>
<td>语文</td>
<td>语文</td>
<td>数学</td>
</tr>
<!-- <td></td> -->
<td>2</td>
<td>语文</td>
<td>语文</td>
<td>音乐</td>
<td>科学</td>
<td>美术</td>
</tr>
<!-- <td></td> -->
<td>3</td>
<td>语文</td>
<td>美术</td>
<td>数学</td>
<td>数学</td>
<td>语文</td>
</tr>
<!-- <td></td> -->
<td>4</td>
<td>科学</td>
<td>数学</td>
<td>语文</td>
<td>体育</td>
<td>道法</td>
</tr>
<tr>
<td colspan="7">中午休息</td>

</tr>
<tr>
<td rowspan="3">上午</td>
<td>5</td>
<td>数学</td>
<td>语文</td>
<td>语文</td>
<td>语文</td>
<td>数学</td>
</tr>
<tr>
<!-- <td>上午</td> -->
<td>6</td>
<td>语文</td>
<td>语文</td>
<td>音乐</td>
<td>科学</td>
<td>美术</td>
</tr>
<tr>
<!-- <td>上午</td> -->
<td>7</td>
<td>课外活动:</td>
<td colspan="4">各班自行组织,自愿参加</td>
<!-- <td>数学</td> <td>数学</td> <td>语文</td> -->
</tr>
</tbody>
</table>

</body>
</html>

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

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