Alerts are used to attract user's attention for important information without interrupting the user's flow. Alerts are of 5 types: success, error, warning, primary, secondary. To use the alert you can use the class name alert and add any type of alert using alert-primary, alert-secondary, alert-danger, alert-success, alert-warning. You can also use a close button to close an alert by adding a little bit javascript.