# Buttons
The following default button styles are available for the different user interactions. Buttons can be created with the `button` tag or the `a` link tag with a `button` class.
## Examples
### Normal


```html
```
Alternative:
```html
Test Button Test Button
```
### Cancel


```html
```
Alternative:
```html
Test Button Test Button
```
### Save


```html
```
Alternative:
```html
Test Button Test Button
```
### Close


```html
```
Alternative:
```html
Test Button Test Button
```
### Disabled


```html
```
Alternative:
```html
Test Button Test Button
```