Tell me which class is used for basic button group?
Answer / Pankaj Padaliya
The class used for a basic button group in Bootstrap is 'btn-group'. For example, <div class="btn-group"> <button type="button" class="btn btn-primary">Left</button> <button type="button" class="btn btn-primary">Middle</button> <button type="button" class="btn btn-primary">Right</button> </div>
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the bootstrap media objects?
Why to choose bootstrap for building the websites?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?
How to customize thumbnails using Bootstrap?
What is a bootstrap container?
What are bootstrap panels?
How to give a style to images in bootstrap?
How many different media queries are used by the Bootstrap grid system by default?
Do you know what is column ordering in bootstrap?
Why do we use bootstrap carousel plugin?
Explain me what is the difference between bootstrap and foundation?
How to create a navbar in bootstrap?