继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

企业网站综合布局实战3-14 编程练习

慕先生5294184
关注TA
已关注
手记 10
粉丝 6
获赞 32

图片描述

<!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=gb2312" />
<title>3.10新闻中心制作评测题</title>
<style type="text/css">

/*在此定义相关CSS样式*/
*{
margin:0px;
padding:0px;
font-size:12px;
}

.topList{
    width:300px;
    height:180px;
    border:1px solid #E8E8E8;

}

.topList ul{
    list-style-type:none;
    padding:5px;
}

.topList li{
    height:30px;
}

em{
    background:url(http://img.mukewang.com/53cf0fa20001d3dc00200032.jpg) no-repeat;

    display:block;
    text-align:center;
    font-style:normal;
    float:left;
    width:20px;
    height:16px;
    line-height:16px;
    font-size:12px;
    background-position:0 -16px;
}

.top em{

    color:#FFF;
    background-position:0 0;
}

li a{
    text-decoration:none;
    font-size:12px;
    line-height:16px;
}

.topList a:link,a:visited{
color:#000;
}

.topList a:hover, a:active{
color:#F00;
}

</style>
</head>

<body>
<div class="topList">
<ul>
<li class="top"><em>01</em>
<p><a href="http://www.imooc.com/" >【慕客访谈用户篇】“有为屌丝”在路上</a></p>
</li>
<li class="top"><em>02</em>
<p><a href="http://www.imooc.com/">【有奖活动】给父亲的三行书信</a></p>
</li>
<li class="top"><em>03</em>
<p><a href="http://www.imooc.com/">《程序猿,请晒出你的童年》活动获奖公告</a></p>
</li>
<li><em>04</em>
<p><a href="http://www.imooc.com/">【慕课访谈】破茧成蝶——美女程序员的蜕变史</a></p>
</li>
<li><em>05</em>
<p><a href="http://www.imooc.com/">【获奖公告】追“球”巅峰,争当“预言帝”</a></p>
</li>
<li><em>06</em>
<p><a href="http://www.imooc.com/">【问卷调查】慕课网用户学习情况大调查</a></p>
</li>
</ul>
</div>
</body>
打开App,阅读手记
1人推荐
发表评论
随时随地看视频慕课网APP