Dropdown is a toggelable menu which allow user to choose one or mutiple items..dropdown-menu
under ul component is used to make the dropdown list and .dropdown-toggle
is used to make the dropdown toggling on click of button. .caret
in span is used to make the arrow sign in dropdown.