5) What are bootstrap alerts and how will you create them?

Bootstrap Alerts provide a way to style messages to the user. They provide contextual feedback messages for typical user actions. You can add an optional close icon to alert. Also, you can add a basic alert by creating a wrapper

and adding a class of .alert and one of the four contextual classes.

Leave a Reply