Blogger Information
Blog 27
fans 1
comment 2
visits 25187
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2018酷我音乐排行榜(3-19)
一枝黄花
Original
1289 people have browsed it

今天是PHP中文网学习的第二天

代码

实例

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>作业</title>
</head>
<body >
<table style= "background-image:url(../images/yy.jpg)" border="2" cellspacing="0" cellpadding="5" align="center" width="1000" height="500" >
<caption ><h1 >2018酷我音乐排行榜</h1></caption>

<thead >
<tr bgcolor= "#C0C0C0" height="60"  > 
<th  colspan="1"><font color=	"#F0FFF0"> 首页</font></th>
<th  colspan="3"><font color="	#F0FFF0" > 歌手信息</font></th>
<th  colspan="2"> <font color="	#F0FFF0">歌曲资源</font></th>
</tr>
<tr height="40">
<th><b>序号</th>
<th><b>歌曲名称</th>
<th><b>歌手</th>
<th><b>歌手性别</th>
<th><b>试听</th>
<th><b>下载</th>
</tr>
</thead>
<tr align="center">
<td>01</td>
<td >一次就好</td>
<td align="left" ><img src="../images/x.png" width="30" height="30">薛之谦</td>
<td>男</td>
<td><a href="http://bd.kuwo.cn/yinyue/7098045?from=dq360" target="_blank"> 点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
<tr align="center">
<td >02</td>
<td >成都</td>
<td align="left"  ><img src="../images/z.png" width="30" height="30">赵雷</td>
<td>男</td>
<td><a href="http://www.kuwo.cn/yinyue/9918220?catalog=yueku2016"target="_blank"> 点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
<tr align="center">
<td>03</td>
<td >广东爱情故事</td>
<td  align="left"  ><img src="../images/h.png" width="30" height="30">广东雨神</td>
<td>男</td>
<td><a href ="http://www.kuwo.cn/yinyue/29275079?catalog=yueku2016"target="_blank"> 点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
<tr align="center">
<td>04</td>
<td >回忆总想哭</td>
<td align="left"  ><img src="../images/yy.png" width="30" height="30">南宫嘉俊</td>
<td>男</td>
<td><a href="http://www.kuwo.cn/yinyue/27126311?catalog=yueku2016"target="_blank">点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
<tr align="center">
<td>05</td>
<td >花桥流水</td>
<td  align="left" ><img src="../images/y.png" width="30" height="30" >高安</td>
<td>男</td>
<td><a href="http://www.kuwo.cn/yinyue/2802085?catalog=yueku2016"target="_blank"> 点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
<tr align="center">
<td>06</td>
<td >香水有毒</td>
<td  align="left" ><img src="../images/q.png" width="30" height="30">胡杨林</td>
<td>女</td>
<td><a href="http://www.kuwo.cn/yinyue/22873665?catalog=yueku2016"target="_blank">点击试听</td>
<td><a href="http://www.php.cn/member/97069.html" target="_blank"><img src="../images/xiazai.png" width="30" height="30"></td>
</tr>
</table>
<p align="center">
<a href="http://www.php.cn/member/97069.html">首页</a>
<a href="http://www.php.cn/member/97069.html">1</a>
<a href="http://www.php.cn/member/97069.html">2</a>
<a href="http://www.php.cn/member/97069.html">3</a>
<a href="http://www.php.cn/member/97069.html">4</a>
<a href="http://www.php.cn/member/97069.html">5</a>
<a href="http://www.php.cn/member/97069.html">6</a>
<a href="http://www.php.cn/member/97069.html">7</a>
<a href="http://www.php.cn/member/97069.html">8</a>
<a href="http://www.php.cn/member/97069.html">...</a>
<a href="http://www.php.cn/member/97069.html">下一页</a>
<a href="http://www.php.cn/member/97069.html">尾页</a>
</p>
</html>

运行实例 »

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

手写代码

1.

1.jpg

2.

2.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