Blogger Information
Blog 19
fans 2
comment 0
visits 12012
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
day02作业
汐汐古栖栖的博客
Original
527 people have browsed it
<!DOCTYPE html>
<head>
	<!-- :border,cellspacing,cellpadding,aligh,widtd,bgcolor, -->
	<meta charset = "utf-8">
	<title>专辑管理</title>
</head>
<body>
	<table border="1" cellspacing="0" cellpadding="10" 
	align="center" width="80%">
		<caption><h3>专辑列表</h3></caption>
		<colgroup span="1" bgcolor="lightgreen"></colgroup>
		<colgroup span="3" bgcolor="lightyellow">
			<col>
			<col span= "2" bgcolor="lightblue">
		</colgroup>

		<tdead>
			<tr bgcolor="skyblue">
				<th>序号</th>
				<th>歌手</th>
				<th>专辑名称</th>
				<th>发行时间</th>
				<th colspan="2">操作</th>
			</tr>
		</tdead>
	 	</<tbody>
	 		<tr align="center">
	 			<td rowspan="3">01</td>
	 			<td align="left">
	 				<img src="/images/01.jpg" width="24">周杰伦</td>
	 			<td>《依然范特西》</td>
	 			<td>2018-02-18</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>	 		
	 		<tr align="center">
	 			<td align="left"><img src="/images/01.jpg" width="24">林俊杰</td>
	 			<td>《伟大的渺小》</td>
	 			<td>2016-06-18</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>		 		
	 		<tr align="center">
	 			<td align="left"><img src="/images/02.jpg" width="24">王力宏</td>
	 			<td>《摇滚怎么了》</td>
	 			<td>2015-05-18</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>		 		
	 		<tr align="center">
	 			<td>04</td>
	 			<td align="left"><img src="/images/03.jpg" width="24">陶喆</td>
	 			<td>《就是爱你》</td>
	 			<td>2017-02-28</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>		 		
	 		<tr align="center">
	 			<td>05</td>
	 			<td align="left"><img src="/images/04.jpg" width="24">潘玮柏</td>
	 			<td>《反转地球》</td>
	 			<td>2016-05-18</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>		 		
	 		<tr align="center">
	 			<td>06</td>
	 			<td align="left"><img src="/images/05.jpg" width="24">吴克群</td>
	 			<td>《将军令》</td>
	 			<td>2017-05-18</td>
	 			<td><a href="">购买</a></td>
	 			<td><a href="">收藏</a></td>
	 		</tr>	
	 	</tbody>
	 	<tfoot></tfoot>
	</table>
	<p align="center">
		<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>


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