Instruções

Passo 11

Para o segundo elemento tabpanel, adicione o atributo id com o valor "panel-saturn" e um atributo aria-labelledby com o valor "tab-saturn". Para o terceiro elemento tabpanel, adicione o atributo id com o valor "panel-mars" e um atributo aria-labelledby com o valor "tab-mars".

O que fazer:

Testes:

  • Seu segundo elemento `tabpanel` deve ter um atributo `id`.
  • Seu segundo atributo `id` deve ter o valor `"panel-saturn"`.
  • Seu segundo elemento `tabpanel` deve ter um atributo `aria-labelledby`.
  • Seu segundo atributo `aria-labelledby` deve ter o valor `"tab-saturn"`.
  • Seu terceiro elemento `tabpanel` deve ter um atributo `id`.
  • Seu terceiro atributo `id` deve ter o valor `"panel-mars"`.
  • Seu terceiro elemento `tabpanel` deve ter um atributo `aria-labelledby`.
  • Seu terceiro atributo `aria-labelledby` deve ter o valor `"tab-mars"`.

Preview