To create a dropdown menu in Bootstrap, use the ` <div class="dropdown">` element and its associated classes. Add a button or link to trigger the dropdown and use the `<div class="dropdown-menu">` for the actual menu items.