Blogger Information
Blog 38
fans 0
comment 1
visits 30402
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2
1
Original
805 people have browsed it

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style type="text/css">

table tr{

text-align: center;

}

</style>

</head>

<body>

<table border="1" cellspacing="0" cellpadding="5" width="50%">

<caption><h3>数据库</h3></caption>

<thead>

<tr bgcolor="skyblue" >

<th>id</th>

<th>user</th>

<th>password</th>

<th>name</th>

<th>操作</a></th>

</tr>

</thead>

<tbody>

<tr>

<td>01</td>

<td>fds123</td>

<td>1356</td>

<td>jojo</td>

<td><a href="#"><img src="images/update.png"><img src="images/delete.png"></a></td>

</tr>

<tr>

<td>02</td>

<td>c4552</td>

<td>13526</td>

<td>辅导教师</td>

<td><a href="#"><img src="images/update.png"><img src="images/delete.png"></a></td>

</tr>

<tr>

<td>03</td>

<td>cds22</td>

<td>026</td>

<td>多少钱</td>

<td><a href="#"><img src="images/update.png"><img src="images/delete.png"></a></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>

搜狗截图18年03月17日1437_1.png

微信图片_20180317143323.jpg微信图片_20180317143336.jpg

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
  • 1
    2018-03-16 00:39:40
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!