A dropdown menu is a toggleable menu that allows the user to choose one value from a predefined list.
.dropdown class..dropdown-toggle and data-bs-toggle="dropdown" to open it..dropdown-menu class to a <ul> element to actually build the menu.Edit the code below and click Run to see the result live.