# Tabs Tabs allow for further content segmentation by showing only selected content. ## Examples ### Horizontal ![Tab highlighted](Developer-Guide/frontend/elements/tabs/highlighted_horizontal.png) ```html
Test content

Test content 2

asdf

``` > 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 ![Tab highlighted](Developer-Guide/frontend/elements/tabs/highlighted_vertical.png) ```html
Test content

Test content 2

asdf

``` > 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. ![Accordion](Developer-Guide/frontend/elements/tabs/accordion.png) ```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. ![More](Developer-Guide/frontend/elements/tabs/more.png) ![More open](Developer-Guide/frontend/elements/tabs/more_open.png) ```html

...

```