Answer Posted / Rohit Kumar Kalyani
The Bootstrap Dropdown can be used by wrapping HTML content in a `<div>` with the classes `dropdown`. Inside this, you should have another `<div>` with the classes `dropdown-menu` and any number of child links or other components. You'll also need a trigger element such as a button or link with the `.dropdown-toggle` class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers