Blogger Information
Blog 10
fans 2
comment 0
visits 5913
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月16日
勇闯天涯不喝酒的博客
Original
472 people have browsed it

3月16日作业:制作员工或同学或课程信息表

要求用到表格中的常用属性:border,cellspacing,cellpadding,align,width,bgcolor,

<!DOCTYPE html>
<html>
<head>
<meta name="keywords" content="小学生课表,课表,光荣使命,php中文网小学生" name="discription" content="第二次作业,制作的课表" charset="UTF-8">
<title>02.创建表格</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5" width="60%">
<caption><h3>小学生课表</h3></caption>
<!-- 给单元格分组,即按列分。 -->
<colgroup span="1" bgcolor="#9F9"></colgroup>
<colgroup span="5" bgcolor="#CFF">
<!-- 个性定制列 -->
<col>
<col>
<col bgcolor="#FFF">
<col>
<col>
</colgroup>
<thead>
<tr bgcolor="#9C6">
<th>项目</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
<th>星期六</th>
<th>星期日</th>
</tr>
</thead>
<tbody>
<tr>
<td>第一节</td>
<td>语文</td>
<td>语文</td>
<td>数学</td>
<td>数学</td>
<td>音乐</td>
<td colspan="2">休息</td>
</tr>
<tr>
<td>第二节</td>
<td>语文</td>
<td>语文</td>
<td>体育</td>
<td>体育</td>
<td>体育</td>
<td rowspan="2" colspan="2">光荣使命</td>
</tr>
<tr>
<td>第三节</td>
<td>体育</td>
<td>体育</td>
<td>数学</td>
<td>音乐</td>
<td>语文</td>
</tr>
<tr>
<td>第四节</td>
<td>语文</td>
<td>数学</td>
<td>音乐</td>
<td>音乐</td>
<td>语文</td>
<td rowspan="4">复习</td>
<td rowspan="3">休息</td>
</tr>
<tr>
<td>第五节</td>
<td>体育</td>
<td>体育</td>
<td>音乐</td>
<td>音乐</td>
<td>数学</td>
</tr>
<tr>
<td>第六节</td>
<td>语文</td>
<td>体育</td>
<td>数学</td>
<td>数学</td>
<td>数学</td>
</tr>
<tr>
<td>第七节</td>
<td>体育</td>
<td>体育</td>
<td>音乐</td>
<td>数学</td>
<td>语文</td>
<td><img src="images/8.jpg" width="30"></td>

</tr>
</tbody>
<tfoot></tfoot>
</table>
<p>
<a href="">首页</a>
<a href="">上一页</a>
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">...</a>
<a href="">下一页</a>
<a href="">末页</a>
</p>
</body>
</html>

aa1.pngaa2.pngaa3.pngaa4.pngaa5.pngaa6.png

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