You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tab module is used to display different panes of information in one area. Content in tabs should have some sort of relation (ie. each tab is used to target a specific audience).
Markup
The markup for the tab module will contain an unordered list to hold the tabs, and a content div associated with each tab. The href of the tab link must match the tab pane ID. The tab pane ID should be a unique value so it does not conflict if there is more than one tab module on a page.