# Alerts Alerts are boxes styled in such a way that they attract the attention of the user which makes them ideal to provide important information to the user. Alerts are often used on a page header, footer or as popup. ## Examples ### Ok ![Alert ok](Developer-Guide/frontend/elements/alerts/ok.png) ```html
This is ok
``` #### Advanced ![Alert ok advanced](Developer-Guide/frontend/elements/alerts/ok_advanced.png) ```html

This is a Title

This is a message
``` ### Info ![Alert info](Developer-Guide/frontend/elements/alerts/info.png) ```html
This is a info
``` ### Warning ![Alert warning](Developer-Guide/frontend/elements/alerts/warning.png) ```html
This is a warning
``` ### Error ![Alert error](Developer-Guide/frontend/elements/alerts/error.png) ```html
This is an error
```