<ul class="dso-tabs dso-tabcount-2">
<li class="active">
<a href="#">Tab 1</a>
</li>
<li>
<a href="#">Tab 2</a>
</li>
</ul>
<ul class="dso-tabs dso-tabcount-{{ tabs.length }}">
{{#each tabs }}
<li{{#if @first }} class="active"{{/if}}>
<a href="{{ url }}">{{ label }}</a>
</li>
{{/each}}
</ul>
__title: Two tabs
tabs:
- label: Tab 1
url: '#'
- label: Tab 2
url: '#'
Toont navigatie-tabs. Gebaseerd op de Bootstrap nav-tabs
component. Afhankelijk van het aantal tabs, loopt het getal in de class dso-tabcount-X
evenredig op (lees: dso-tabcount-3
, dso-tabcount-4
, etc.).
This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
<a href="#">Tab 1</a>
Check that the title element describes the document.
<title>Tabs
Check that the link text combined with programmatically determined link context identifies the purpose of the link.
<a href="#">Tab 1</a>