Index 2
Index 2
DOCTYPE html>
<html>
<head>
<meta name="viewport" conten<!DOCTYPE html>
<html>
<head>
<style>
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
</style>
</head>
<body>
<div class="container">
<h2>Multi-Level Dropdowns</h2>
<p>In this example, we have created a .dropdown-submenu class for multi-level
dropdowns (see style section above).</p>
<p>Note that we have added jQuery to open the multi-level dropdown on click (see
script section below).</p>
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" data-
toggle="dropdown">Tutorials
<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="#">HTML</a></li>