Home »
MCQs »
Bootstrap MCQs
We can use ___ class to create a dropdown menu in bootstrap.
16. We can use ___ class to create a dropdown menu in bootstrap.
- .select
- .list
- .dropdown
- All of the above
Answer
The correct answer is: C) .dropdown
Explanation
In bootstrap, you can use the .dropdown class to create a dropdown menu. Dropdown menus are very useful and can be used to display togglable menus, contextual menus, links in list format and so on.