您的位置:首页 > Web前端 > HTML

HTML第七章上机练习一

2016-10-19 17:48 846 查看
<pre class="html" name="code"><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>北大青鸟网站导航</title>
<style type="text/css">
#c{border-width:1px; border-style:solid; width:870px;margin:0px auto;}
.a{float:left;}
.b{float:right;}

ul,li{float:left;list-style-type:none; background-color:black; color:white; font-weight:bold;
margin:0px; padding:0px; }
ul{width:870px;}
li a,li a:hover{diaplay:block; padding:0px 15px;}
li a{background:url(forumMenuBg.gif) top right no-repeat; text-decoration:none;}
li a:hover{background:url(forumMenuBg.jpg) repeat-x;}
#e{clear:both; width:1000px;}
</style>
</head>
<body>
<div id="c">
<div class="a"><img alt="" src="forumLogo.jpg"> </div>
<div class="b"><img alt="" src="forumLogo_r.jpg"> </div>
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">青鸟知识库</a></li>
<li><a href="#">青鸟论坛</a></li>
<li><a href="#">学员问答</a></li>
<li><a href="#">青鸟圈子</a></li>
<li><a href="#">实时课堂</a></li>
<li><a href="#">客户端下载</a> </li>
<li><a href="#">帮助中心</a></li>
</ul>
<div id="e"></div>
</div>
</body>
</html>


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: