role tabpanel

suggest change

A container for the resources associated with a tab, where each tab is contained in a tablist.

<ul role="tablist">
  <li role="tab">Introduction</li>
  <li role="tab">Chapter 1</li>
  <li role="tab">Chapter 2</li>
</ul>
<div role="tabpanel">
  <!-- etc -->
</div>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents