Blogger Information
Blog 2
fans 0
comment 0
visits 797
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
课程表模板
akk888
Original
461 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 width="500" border="2">
<caption style="font-weight:bold">
课程表
</caption>
<thead>
<tr>
<th></th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
</tr>
</thead>

<tbody style="text-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">午休</td>
</tr>
<tr>
<td rowspan="2" >下午</td>
<td>语文</td>
<td>品德</td>
<td>品德</td>
<td>音乐</td>
<td>写字</td>
</tr>
<tr>
<td>体育</td>
<td>读书</td>
<td>语自</td>
<td>校本</td>
<td>语文</td>
</tr>
</tbody>
</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