Match the following:
1.The class that can be used to make a button unclickable:
2.The class that helps to draw a toolbar of buttons
3.The class which is used for a basic button group
4.The class that can be applied to button group instead of resizing each button.
answers:
1. .disabled
2. .btn-toolbar
3. .btn-group
4. .btn-group-lg
Answers
Answered by
2
1.The class that can be used to make a button unclickable: - .disabled
2.The class that helps to draw a toolbar of buttons - .btn-toolbar
3.The class which is used for a basic button group - .btn-group
4.The class that can be applied to button group instead of resizing each button - .btn-group-lg
Similar questions