您的位置:首页 > 其它

第五章上机练习5畅销书排行榜

2016-10-16 15:22 801 查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>畅销书排行榜</title>
<style type="text/css">
.text {
font-size: 16px;
line-height: 30px;
color: #518700;
background-color: #093;
text-indent: 1em;
background-image:url(bang.gif);
background-repeat:no-repeat;
background-position:100px 0px;
}
.a {
background-image: url(book_no01.gif);
background-repeat: no-repeat;
}
.b {
background: url(book_no02.gif) 10px 5px no-repeat;
}
.c {
background: url(book_no03.gif) 10px 5px no-repeat;
}
.d {
background: url(book_no04.gif) 10px 5px  no-repeat;
}
.e {
background: url(book_no05.gif)10px 5px no-repeat;
}
.ptext li {
list-style-type: none;
color: #F3F4DF;
font-size: 12px;
line-height: 28px;
text-indent: 2em;
}
a:link {
text-decoration:none;
color:#1A66B3;
}
a:visited {
}
a:hover {
color:#1A66B3;
text-decoration:underline;
}
a:active {
}
</style>
</head>

<body>
<p class="text">畅销书排行</p>
<p>
<ul class="ptext">
<li class="a"><a href="#">不抱怨的世界(畅...</a></li>
<li class="b"><a href="#">遇见未知的自己...</a></li>
<li class="c"><a href="#">活法(季羡林、...</a></li>
<li class="d"><a href="#">高效能人士的七个习惯</a></li>
<li class="e"><a href="#">被迫强大(北外女生香奈儿...</a></li>
</ul>
</p>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: