Learn Bootstrap
bootstrap buttons
- Which class is used for basic button groupButton groups allow multiple buttons to be stacked together on a single line. This is useful when you want to place items like alignment buttons together.
- Which class is used to draw a toolbar of buttons.btn-toolbar helps to combine sets ofinto aWhich classes can be applied to button group instead of resizing each button.btn-group-lg, .btn-group-sm, .btn-group-xs classes can be applied to button group instead of resizing each button.Which class make a set of buttons appear vertically stacked rather than horizontally.btn-group-vertical class make a set of buttons appear vertically stacked rather than horizontally.How will you create a tabbed navigation menuTo create a tabbed navigation menu − Start with a basic unordered list with the base class of .nav. Add class .nav-tabs.How will you create a pills navigation menuTo create a pills navigation menu − Start with a basic unordered list with the base class of .nav. Add class .nav-pills.
4iv>