Blogger Information
Blog 19
fans 3
comment 0
visits 13066
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月22 作业提交
蓝色天空
Original
631 people have browsed it

表格操作实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>PHP中文网(2期)培训班</title>
	<style type="text/css">
		table,th,td{
			border:1px solid #333;
			border-collapse: collapse;
			padding: 10px;

		}
		table {
			text-align: center;
			margin:30px auto;
			box-shadow: 2px 2px 2px 2px #888;			
		}

		 caption {
		 	font-weight: bolder;
		 	margin-bottom: 30px;
		 }
        img{
        	border-radius: 50%;
        	width:50%;
        }
        th {
          background-color:#8888;
        }
        .edit,.edit +td {
          color:red;
        }

	</style>
</head>
<body>
	<table>	
		<caption>§ PHP中文网(2期)培训班 §</caption>

     <tr>
     	  <th>成员头像</th>
     	  <th>姓名</th>
     	  <th>QQ号</th>
     	  <th>性别</th>
     	  <th>地址</th>     	   
     	  <th colspan="2">操作</th>
     </tr>
     <tr>
     	<td><img src=https://q4.qlogo.cn/g?b=qq&nk=476300668&s=140></td>
     	<td>樊天龙</td>
     	<td>476300668</td>
     	<td>男</td>
     	<td>哈尔滨</td>
     	<td class='edit'>编辑</td>
     	<td>删除</td>
     </tr>
     <tr>
     	<td><img src='https://q4.qlogo.cn/g?b=qq&nk=21181960&s=140'></td>
     	<td>朱海</td>
     	<td>未知</td>
     	<td>21181960</td>
     	<td>天津</td>
     	<td class='edit'>编辑</td>
     	<td>删除</td>
     </tr>
     <tr>
     	<td><img src='https://q4.qlogo.cn/g?b=qq&nk=619051249&s=140'></td>
     	<td>胡湘</td>
     	<td>女</td>
     	<td>619051249</td>
     	<td>广州</td>
     	<td class='edit'>编辑</td>
     	<td>删除</td>
     </tr>
     <tr>
     	<td><img src=https://q4.qlogo.cn/g?b=qq&nk=38746471&s=140></td>
     	<td>云智</td>
     	<td>男</td>
     	<td>38746471</td>
     	<td>内蒙古</td>
     	<td class='edit'>编辑</td>
     	<td>删除</td>
     </tr>

	</table>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

手写图:

TIM图片20180404232313.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