Blogger Information
Blog 32
fans 0
comment 0
visits 21378
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月22日作业
inhylei
Original
534 people have browsed it

代码

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>北京五大豪宅排行榜</title>
<style type="text/css">
table, th, td {
/*border: solid 1px green;*/
             border-radius: 10px;
  
}
table {
/*border-collapse: collapse;*/
margin: 40px auto;
width:60%;
text-align: center;
background-image: url(../180322/images/1.png);
background-size: cover;
background-repeat: no-repeat;
-webkit-box-shadow: 10px 10px 10px #000;
box-shadow: 5px 5px 5px #666;



}
th {
background: rgba(217,217,27,0.9);
font-size: 1.4em;
}
th,td {padding: 10px;

}
td {
color:#fff;
font-weight: 600;
font-size: 1.1em;
text-shadow: 3px 3px 5px  #666633 ;
background: rgba(217,217,217,0.6);
}
td img{
border-radius: 50%;
}
.red{

            font-size: 1.1em;
background: rgba(217,217,217,0.8);
}
</style>
</head>
<body>
<table>
<caption><h2>〖北京五大豪宅排行榜〗</h2></caption>
<tr>
<th>排名</th>
<th>项目名称</th>
<th>图片</th>
<th>区域</th>
<th>成交均价(元/平)</th>
</tr>
<tr>
<td >1</td>
<td >北京壹号院  </td>
<td > <img src="../180322/images/1.jpg" width="30"></td>
<td>朝阳区</td>
<td>158,291</td>
</tr>
<tr>
<td>2</td>
<td> 中央公园广场 </td>
<td >  <img src="../180322/images/2.jpg" width="30"></td>
<td>朝阳区</td>
<td>157,754</td>
</tr>
<tr >
<td  >3</td>
<td>万柳书院  </td>
<td > <img src="../180322/images/3.jpg" width="30"></td>
<td>海淀区</td>
<td>154,764</td>
</tr>
<tr>
<td>4</td>
<td>金地华著  </td>
<td > <img src="../180322/images/4.jpg" width="30"></td>
<td>海淀区</td>
<td>140,856</td>
</tr>
<tr>
<td>5</td>
<td >首创禧瑞都  </td>
<td ><img src="../180322/images/5.jpg" width="30"></td>
<td>朝阳区</td>
<td>129,337</td>
</tr>
</table>
</body>
</html>



手抄代码

1.jpg


Correction status:qualified

Teacher's comments:这两天的作业已检查! 博客发布作业中添加了线上运行代码的新功能! 群文中找到入群必读文件夹下的博客如何提交作业.gif图下载了解!!
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