What is button group and which class is used for basic button group?
Answer / Radhika Lahori
Button groups in Bootstrap are a set of one or more buttons that are aligned vertically and share the same width. The basic button group class in Bootstrap is .btn-group.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what are bootstrap media objects?
What is bootstrap 4 aligning images?
Does bootstrap supports all the modern browsers?
Explain what is Bootstrap?
What is img responsive?
What is an example of bootstrapping?
Why bootstrap is preferred for website development.
How to use modal popup in bootstrap?
What is the work of affix plugin in bootstrap?
When the bootstrap is inconsistent and how to remedy it?
Do you know what is the use of bootstrap carousel plugin?
Please consider the html code snippet below.<Button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="my title">hover over me</button> what is missing for a tooltip to show properly?