InterviewSolution
Saved Bookmarks
| 1. |
What is a Button Group, and what is the class for a basic Button Group? |
|
Answer» Multiple buttons can be placed together on a SINGLE line using button groups. You can USE this to GROUP objects together, such as alignment buttons. The .btn-group CLASS is used for basic button groups. You can use the class .btn to WRAP a set of buttons in .btn-group. |
|