Tabs
Tabs make it easy to explore and switch between different views or functional aspects of an app or to browse categorized data sets.
Introduction The tabs structure consists of an unordered list of tabs that have hashes corresponding to tab ids. Then when you click on each tab, only the container with the corresponding tab id will become visible. You can add the class
.disabled
to make a tab inaccessible.
Preselecting a tab Here is an example of preselected tab.