Blogger Information
Blog 20
fans 2
comment 0
visits 15036
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0316表格制作-课程表
麦小糖的博客
Original
947 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>通讯录</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="10" width="50%">
<caption><h2>通讯录</h2></caption>
<thead>
<tr bgcolor="skyblue">
<th colspan="4">基础信息</th>
<th colspan="2">联系方式</th>
<th colspan="2" rowspan="2">操作</th>
</tr>
<tr bgcolor="skyblue">
<th>ID</th>
<th>姓名</th>
<th>性别</th>
<th>爱好</th>
<th>电话</th>
<th>QQ号</th>
</tr>
</thead>
<tbody>
<tr>
<td>01</td>
<td><img src="../image/sun.png">张三</td>
<td>女</td>
<td>看电影</td>
<td>13211111111</td>
<td>354656</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>02</td>
<td><img src="../image/moon.png">李四</td>
<td>男</td>
<td>打网球</td>
<td>15290347583</td>
<td>2255566</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>03</td>
<td><img src="../image/star.png">王五</td>
<td>女</td>
<td>画画</td>
<td>15809485859</td>
<td>86544323</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>04</td>
<td><img src="../image/cloud.png">钱六</td>
<td>男</td>
<td>游泳</td>
<td>18957555524</td>
<td>97899324</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>05</td>
<td><img src="../image/fruit.png">赵七</td>
<td>男</td>
<td>打篮球</td>
<td>15657485524</td>
<td>97899324</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
</body>
</html>



1.png2.png通讯录表格实例.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