tabpanel
A container for the resources associated with a tab, where each tab is contained in a tablist.
Widget roles act as standalone user interface widgets or as part of larger, composite widgets.
Description
A container for the resources associated with a tab, where each tab is contained in a tablist.
Authors SHOULD associate a tabpanel element with its tab, either by using the aria-controls attribute on the tab to reference the tab panel, or by using the aria-labelledby attribute on the tab panel to reference the tab.
tablist elements are typically placed near, usually preceding, a series of tabpanel elements.
Example
Characteristics
Semantic HTML
Reference