# 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

```html
This is ok
```
#### Advanced

```html
This is a Title
This is a message
```
### Info

```html
This is a info
```
### Warning

```html
This is a warning
```
### Error

```html
This is an error
```