本文实例为大家分享了Bootstrap下拉菜单的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html> <head> <title>Bootstrap-下拉菜单标题</title> <meta charset="utf-8"> <link rel="stylesheet" href="css/bootstrap.min.css" rel="external nofollow" > <style> body { padding-top: 150px; padding-bottom: 40px; font-family: '宋体'; } </style> </head> <body> <div class="container"> <div class="dropdown"> <button type="button" class="btn dropdown-toggle" data-toggle="dropdown" style="font-size:36px;: blue; width:100;height: 50; "> 常用语种 <span class="caret"> </span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"> <li role="presentation" class="dropdown-header"> 下拉菜单标题 </li> <li role="presentation" > <a role="menuitem" tabindex="-1" href="#" rel="external nofollow" rel="external nofollow" >中文</a> </li> <li role="presentation" class="dropdown-header"> 下拉菜单标题 </li> <li role="presentation"> <a role="menuitem" tabindex="-1" href="#" rel="external nofollow" rel="external nofollow" >英文</a> </li> </ul> </div> </div> <script src="/UploadFiles/2021-04-02/jquery.min.js">效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
标签:
Bootstrap,下拉菜单
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“Bootstrap下拉菜单Dropdowns的实现代码”评论...