Specific tab opened

By default the first tab in a tab set will be the open tab.

You can also set any other tab to be the default open tab instead by adding the open attribute to that tab's tag and give it the value true, like:

{tab title="This tab is now opened by default!" open="true"}

Random tab opened PRO

With the Pro version, you also have the ability to make a different tab open randomly every time the page is refreshed. This would allow to present different content when the page is revisited.

You can do so by placing an open="random" parameter to the first tab in the set, like:

{tab title="First Tab" open="random"}
...
{tab title="Second Tab"}
...
{/tabs}

Try refreshing this page and see the opened tab in this set being random every time.