Groups several buttons together
<div class="btn-group" role="group" aria-label="Basic example">
  <button type="button" class="btn btn-secondary">Left</button>
  <button type="button" class="btn btn-secondary">Middle</button>
  <button type="button" class="btn btn-secondary">Right</button>
</div>
by Valeri Tandilashvili
4 years ago
Bootstrap
button group
Bootstrap official doc
1
Pro tip: use ```triple backticks around text``` to write in code fences