Blogger Information
Blog 53
fans 4
comment 3
visits 41385
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php中文网0316作业
有点凉了
Original
707 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>个人信息</title>
</head>
<body>
<table border="1" cellpadding="5" cellspacing="0" width="50%">
<caption><h4>个人信息</h4></caption>
<thead>
<tr bgcolor="lightblue">
<th colspan="2">信息</th>
<th colspan="3">数据</th>
<th colspan="2" rowspan="2">操作</th>
</tr>
<tr>
<th>id</th>
<th>姓名</th>
<th>年龄</th>
<th>班级</th>
<th>身高</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>李丽</td>
<td>5</td>
<td>2</td>
<td>125</td>
<td>添加</td>
<td>删除</td>
</tr>
<tr>
<td>2</td>
<td>李雷</td>
<td>5</td>
<td>3</td>
<td>135</td>
<td>添加</td>
<td>删除</td>
<tr>
<td>3</td>
<td>孙丽</td>
<td>6</td>
<td>4</td>
<td>145</td>
<td>添加</td>
<td>删除</td>
</tr>
</tbody>
<tfoot>
<tr>
<th colspan="2">平均:</th>
<th>2</th>
<th>5</th>
<th colspan="3">145</th>
</tr>
</tfoot>
</table>
</body>
</html>

1_1.png

1_2.png

2_1.png

2_2.png

111.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