简单的导航菜单

简单的导航菜单,第1张

概述简单的导航菜单

下面是内存溢出 jb51.cc 通过网络收集整理的代码片段。

内存溢出小编现在分享给大家,也给大家做个参考。

<!document type HTML><HTML><head>     <Title>Sample Menu</Title>     <style type="text/CSS">        .ulliCSS {height:30px;background:green;}        .ulliCSS ul{List-style:none;}        .ulliCSS li{float:left; wIDth:100px; margin-left:3px; line-height:30px;}        .ulliCSS a:link   {color:pink; Font-weight:bold; text-decoration:none; background:green;}        .ulliCSS a:visited{color:pink; Font-weight:bold; text-decoration:none; background:green;}        .ulliCSS a:hover  {color:green; Font-weight:bold; text-decoration:none; background:yellow;}        .ulliCSS a  {display:block; text-align:center; height:30px;}    </style></head><body>    <div >        <ul>            <li><a target="_parent" href="http://www.baIDu.com">百度</a></li>            <li><a target="_blank" href="http://www.Google.com">谷歌</a></li>            <li><a target="_self" href="http://www.sina.com.cn/">新浪</a></li>            <li><a target="_top" href="http://www.oschina.net/">开源中国</a></li>            <li><a target="_blank" href="http://www.w3school.com.cn/">w3cSchool</a></li>            <li><a target="_blank" href="http://www.youdao.com">有道</a></li>        </ul>    </div></body></HTML>

以上是内存溢出(jb51.cc)为你收集整理的全部代码内容,希望文章能够帮你解决所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

总结

以上是内存溢出为你收集整理的简单的导航菜单全部内容,希望文章能够帮你解决简单的导航菜单所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1092695.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存