本文實(shí)例為大家分享了Bootstrap下拉菜單的具體代碼,供大家參考,具體內(nèi)容如下
<!DOCTYPE html> <html> <head> <title>Bootstrap-下拉菜單標(biāo)題</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"> 下拉菜單標(biāo)題 </li> <li role="presentation" > <a role="menuitem" tabindex="-1" href="#" rel="external nofollow" rel="external nofollow" >中文</a> </li> <li role="presentation" class="dropdown-header"> 下拉菜單標(biāo)題 </li> <li role="presentation"> <a role="menuitem" tabindex="-1" href="#" rel="external nofollow" rel="external nofollow" >英文</a> </li> </ul> </div> </div> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>
效果圖:
以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。
新聞熱點(diǎn)
疑難解答
網(wǎng)友關(guān)注