Blogger Information
Blog 10
fans 0
comment 0
visits 5580
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.19作业
手机用户1615433136
Original
489 people have browsed it

<!DOCTYPE html>

<html lang="zh-CN">
<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="90%" cellspacing="0" cellpadding="5" align="center" >
<caption>
<h3>武汉市刚花小学一年级课程表</h3>
</caption>
<thead>
<tr bgcolor="lightcyan">
<th>时间</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
</tr>
</thead>
<tbody align="center">
<tr>
<th rowspan="3" bgcolor="lightskyblue">上午</th>
<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>
<tbody>
<tr align="center" bgcolor="#dedede">
<td colspan="6">中午休息</td>
</tr>
</tbody>
<tbody align="center">
<tr>
<th rowspan="4" bgcolor="lightgreen">下午</th>
<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>
<tr bgcolor="lightskyblue">
<td align="center">备注</td>
<td colspan="5" align="center">
每天下午16:00 - 17:00,写完作业再回家
</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