Blogger Information
Blog 16
fans 1
comment 0
visits 9909
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0316作业
烟火的博客
Original
758 people have browsed it

0316作业:

代码如下:

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>通讯录</title>

</head>

<body>

<table border="1" cellspacing="0" width="65%" cellpadding="2px">

<caption><h3>班级通讯录</h3></caption>


<!-- <tr>

<th colspan="7">添加</th>

</tr> -->

<tr>


<th colspan="2" bgcolor="lightblue">个人</th>

<th colspan="3" bgcolor="lightblue">信息</th>

<th  colspan="2" rowspan="2" bgcolor="lightblue">编辑</th>


</tr>

<tr  bgcolor="lightblue">

<th>序号</th>

<th>姓名</th>

<th>性别</th>

<th>电话</th>

<th>地址</th>


</tr>

<tr>

<td>01</td>

<td><img src="images/1.png" width="30px">李明</td>

<td>男</td>

<td>18000000001</td>

<td>北京</td>

<td><a href="">编辑</a></td>

<td><a href="">删除</a></td>

</tr>

<tr>

<td>02</td>

<td><img src="images/1.png" width="30px">张三</td>

<td>男</td>

<td>18000000002</td>

<td>天津</td>

<td><a href="">编辑</a></td>

<td><a href="">删除</a></td>

</tr>

<tr>

<td>03</td>

<td><img src="images/1.png" width="30px">贺勇</td>

<td>男</td>

<td>18000000003</td>

<td>武汉</td>

<td><a href="">编辑</a></td>

<td><a href="">删除</a></td>

</tr>



</table>

<p>

<a href="">首页</a>

<a href="">上一页</a>

<a href="">第1页</a>

<a href="">第2页</a>

<a href="">...</a>

<a href="">下一页</a>

<a href="">尾页</a>

</p>

</body>

</html>

手抄照片如下:

1.jpg2.jpg3.jpg4.jpg5.jpg6.jpg7.jpg8.jpg

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!