怎么做html横向导航

html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">

做html横向导航方法:1、通过ul标签里li标签搭建导航菜单(竖向);2、给li标签添加“list-style:none”样式来去掉导航菜单前的小黑点;3、给li标签添加“float: left;”样式让导航栏横向排列即可。

怎么做html横向导航

本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。

思路:创建

    标签,然后在
      标签里面创建
    • 标签,最后设置
    • 标签为浮动。

      做html横向导航的方法:

      1、新建html页面,打开html编辑软件,新建一个html页面。如图:

      1110.02.png

      2、添加导航标签,在标签里新建一个

        标签,然后在
          标签里添加几个
        • 标签。如图:

          1110.03.png

          3、在

        • 标签内添加文字。在新建的
        • 添加要显示的内容。如图:

          1110.04.png

          4、创建样式标签,在标签后新建一个<style type="text/<a href="/tag-news-name-css-p-1.html">css</a>"></style>标签。</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1636507772238439.png" title="1636507772238439.png" alt="1110.05.png"></p><p>5、创建横向导航的样式,在<style>标签里添加一个样式类为:.nav li{},然后再.nav li类中设置样式背景颜色为红色,浮动为左浮动,内边框上下为8px左右为15px,列表属性为none,字体颜色为白色。</p><p>样式代码为:</p><pre>.nav li{ background-color: red; padding: 8px 15px; float: left; list-style: none; color:#fff; }</pre><p> <img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1636507796753077.png" title="1636507796753077.png" alt="1110.06.png"></p><p>6、引用样式类。在<ul>标签内添加 class="nav",就可以让nav下的<li>标签引用到设置好的样式类。如图:</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1636507843494356.png" title="1636507843494356.png" alt="1110.07.png"></p><p>7、查看效果。把html文件保存后,使用浏览器打开即可看到横向导航菜单效果。如图:</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1636507853324262.png" title="1636507853324262.png" alt="1110.01.png"></p><p>所有代码:</p><pre><!DOCTYPE<a href="/tag-news-name-+html-p-1.html"> html</a>> <html> <head> <meta charset="UTF-8"> <title>横向导航菜单</title> <style type="text/<a href="/tag-news-name-css-p-1.html">css</a>"> .nav li{ background-color: red; padding: 8px 15px; float: left; list-style: none; color:#fff; } </style> </head> <body> <ul class="nav"> <li>首页</li> <li>新闻</li> <li>公司产品</li> <li>关于我们</li> <li>公司介绍</li> </ul> </body> </html></pre><p>更多编程相关知识,请访问:编程视频!!</p> <p>以上就是怎么做html横向导航的详细内容,更多请关注www.sxiaw.com其它相关文章!</p> <button type="button" class="ask_text test-iframe-handle"> </button> </div> </article> <script type="text/javascript" src="/index.php?s=hits-show-id-34302-type-insert-sid-news" charset="utf-8"></script><aside class="swnetnews"> <div class="lis"> <span><i>推荐内容</i></span> <ul> <li><a href="/doc/7338.html" title="图文详解Macbook M1安装phpmyadmin的步骤方法" target="_blank">图文详解Macbook M1安装phpmyadmin的步骤方法</a></li><li><a href="/doc/8734.html" title="c语言如何进行强制类型转换" target="_blank">c语言如何进行强制类型转换</a></li><li><a href="/doc/8199.html" title="c语言怎么求字符串的长度并输出" target="_blank">c语言怎么求字符串的长度并输出</a></li><li><a href="/doc/6893.html" title="phpmyadmin登录出现2003错误怎么办" target="_blank">phpmyadmin登录出现2003错误怎么办</a></li><li><a href="/doc/243.html" title="CorelDraw2019如何绘制扇形角?CorelDraw2019绘制扇形角的方法" target="_blank">CorelDraw2019如何绘制扇形角?CorelDraw2019绘制扇形角的方法</a></li><li><a href="/doc/3235.html" title="golang怎么实现反转链表" target="_blank">golang怎么实现反转链表</a></li><li><a href="/doc/8562.html" title="PHP数组操作之计算数组所有元素和的方法" target="_blank">PHP数组操作之计算数组所有元素和的方法</a></li><li><a href="/doc/3675.html" title="如何学好python" target="_blank">如何学好python</a></li><li><a href="/doc/1717.html" title="初中生如何学习python" target="_blank">初中生如何学习python</a></li><li><a href="/doc/1313.html" title="介绍ASP.NET中的MVC如何从控制器传递数据到视图" target="_blank">介绍ASP.NET中的MVC如何从控制器传递数据到视图</a></li> </ul> </div> </aside> </main> <script> // first, find all the div.code blocks document.querySelectorAll('pre').forEach(el => { // then highlight each hljs.highlightElement(el); hljs.lineNumbersBlock(el); }); </script> <link rel="stylesheet" type="text/css" href="/kan/css/basezb.css"> <script type="text/javascript" src="/kan/js/read.js"></script> <div style="display:none"> <div class="login-box" id="login-dialog"> <div class="login-top"><a rel="nofollow" id="login1" onclick="setTab('login',1,2);" >登录</a></div> <div class="login-form" id="nav-signin"> <!-- <div class="login-ico"><a rel="nofollow" class="qq" id="qqlogin" target="_blank" href="/user-center-qqlogin.html"> QQ </a></div> --> <div class="login-box-form" id="con_login_1"> <form id="loginform" action="/user-center-login.html" method="post" onsubmit="return false;"> <p class="int-text"> <input class="email" id="username" name="username" type="text" value="用户名或Email" onfocus="if(this.value=='用户名或Email'){this.value='';}" onblur="if(this.value==''){this.value='用户名或Email';};" ></p> <p class="int-text"> <input class="password1" type="password" id="password" name="password" value="******" onBlur="if(this.value=='') this.value='******';" onFocus="if(this.value=='******') this.value='';" > </p> <p class="int-info"> <label class="ui-label"> </label> <label for="agreement" class="ui-label-checkbox"> <input type="checkbox" value="" name="cookietime" id="cookietime" checked="checked" value="2592000"> <input type="hidden" name="notforward" id="notforward" value="1"> <input type="hidden" name="dosubmit" id="dosubmit" value="1">记住我的登录 </label> <a rel="nofollow" class="aright" href="/user-center-forgetpwd.html" target="_blank"> 忘记密码? </a></p> <p class="int-btn"><a rel="nofollow" id="loginbt" class="loginbtn"><span>登录</span></a></p> </form> </div> </div> </div> </div> </div> <script type="text/javascript" src="/kan/js/foot_js.js"></script> <div id="footer"> <div class="w1200"> <p class="tips_text">本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。</p> <p class="tips_text">Copyright © 2004-2018 https://www.sxiaw.com. All Rights Reserved.<script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?fa236be8ec7680639fbd4ee307fd0c69"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <a href="http://beian.miit.gov.cn/" target="_blank">津ICP备2023001793号-1</a></p> </div> </div> </body> </html>