CSS水平导航栏

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8" content="This is a meta data" name="dengyexun">
 5     <title>Title</title>
 6     <link rel="stylesheet" type="text/css" href="home.html">
 7     <style>
 8         ul{
 9             list-style-type: none;
10             margin: 10px;
11             padding: 0px;
12         }
13         a:link, a:visited{
14 {#            display: block;#}
15             font-weight: bold;
16             color: white;
17             background-color: #98bf21;
18             text-align: center;
19             width: 120px;
20             padding: 10px;
21             text-transform: uppercase;
22         }
23         a:hover, a:active{
24             background-color: orangered;
25         }
26         li{
27             display: inline;
28         }
29     </style>
30 </head>
31 <body>
32     <ul>
33         <li><a href="home.html">Home</a></li>
34         <li><a href="home.html">News</a></li>
35         <li><a href="home.html">Contact</a></li>
36         <li><a href="home.html">About</a></li>
37     </ul>
38 
39 </body>
40 </html>

显示结果

 

转载于:https://www.cnblogs.com/demo-deng/p/7885831.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值