A grouping label providing a mechanism for selecting the tab content that is to be rendered to the user.

<ul role="tablist">
  <li role="tab">Introduction</li>
  <li role="tab">Chapter 1</li>
  <li role="tab">Chapter 2</li>
</ul>