<! DOCTYPE html>
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<title>bootstrap Experience Example: drop-down menu in the tab </title>
<meta charset= "Utf-8"/>
<meta name= "viewport" content= "width=device-width,initial-scale=1.0"/>
<link rel= "stylesheet" href= "Bootstrap-3.3.5-dist/css/bootstrap.min.css"/>
<body>
<div class= "Container" >
<ul class= "Nav nav-tabs" >
<li><a href= "#" >Html5</a></li>
<li><a href= "#" >Css3</a></li>
<li class= "Dropdown" >
<a href= "#" id= "Dlabel" class= "Dropdown-toggle" data-toggle= "dropdown" >
Web Front End
<span class= "Caret" ></span>
</a>
<ul class= "Dropdown-menu" role= "menu" aria-labelledby= "Dlabel" >
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >Html5</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >Css3</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >JavaScript</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >jQuery</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >jQueryUI</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >Bootstrap</a>
</li>
<li class= "Divider" ></li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >C#.Net</a>
</li>
<li role= "Presentation" >
<a role= "MenuItem" href= "#" tabindex= "-1" >MsSql</a>
</li>
</ul>
</li>
<li><a href= "#" >C#.Net</a></li>
</ul>
</div>
<script src= "Jquery/jquery-2.1.4.js" ></script>
<script src= "Bootstrap-3.3.5-dist/js/bootstrap.min.js" ></script>
</body>
Bootstrap Experience Example: drop-down menu within a tabbed page