# Tabs
Tabs allow for further content segmentation by showing only selected content.
## Examples
### Horizontal

```html
```
> In order to remove the blue outline and white background color from the content section of the tab, replace the class name `tab-1` with `tab-2`
### Vertical

```html
```
> In order to remove the blue outline and white background color from the content section of the tab, replace the class name `tab-1` with `tab-2`
### Accordion
The accordion can show and hide multiple elements. This makes it possible to also hide or show all elements at the same time.

```html
```
### More
With the more tab it's possible to show/hide content with a single click. This is perfect for created advanced content sections which should be initially hidden and only shown if the user desires to see them.


```html
```