Lesson 7 of 2035%

(Progress persistence is disabled until Phase 9)

Bootstrap
Beginner

Button Groups

Group a series of buttons together on a single line.

Button Groups

Group a series of buttons together on a single line.

Bootstrap provides powerful, pre-built components and utilities.

Example

<div class="btn-group" role="group" aria-label="Basic example">
  <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>

Experiment with the code above in the Playground!

Lesson Progress

Practice This TopicTake QuizBuild a Bootstrap Project

Ready to practise?

Apply what you learned with a hands-on challenge.

Practise This Topic