Lesson 12 of 2060%

(Progress persistence is disabled until Phase 9)

Bootstrap
Beginner

Alerts

Provide contextual feedback messages for typical user actions.

Alerts

Provide contextual feedback messages for typical user actions.

Bootstrap provides powerful, pre-built components and utilities.

Example

<div class="alert alert-primary" role="alert">
  A simple primary alert—check it out!
</div>
<div class="alert alert-success" role="alert">
  A simple success alert—check it out!
</div>
<div class="alert alert-danger" role="alert">
  A simple danger alert—check it out!
</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