Menu
×
×
Correct!

Exercise:

Add the "active" state to the first list item.

<ul class="nav nav-tabs"> <li class="active"><a href="#">Home</a></li> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul>
<ul class="nav nav-tabs"> <li class='active'><a href="#">Home</a></li> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul>
<ul class="nav nav-tabs"> <li CLASS='active'><a href="#">Home</a></li> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul>
<ul class="nav nav-tabs"> <li CLASS="active"><a href="#">Home</a></li> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul>

Not Correct

Click here to try again.

Correct!

Next ❯
<ul class="nav nav-tabs">
  <li ><a href="#">Home</a></li>
  <li><a href="#">HTML</a></li>
  <li><a href="#">CSS</a></li>
  <li><a href="#">JavaScript</a></li>
</ul>

  
  
  




Log in to keep your progress
Sign up to keep your progress

Completed 0 of 54 Exercises:

BOOTSTRAP 3 Tables
BOOTSTRAP 3 Images
BOOTSTRAP 3 Alerts
BOOTSTRAP 3 Buttons
BOOTSTRAP 3 Glyphicons
BOOTSTRAP 3 Badges
BOOTSTRAP 3 Progress Bar
BOOTSTRAP 3 Pagination
BOOTSTRAP 3 Panels
BOOTSTRAP 3 Dropdowns
BOOTSTRAP 3 Tabs
BOOTSTRAP 3 Navbars

×

Reset the Score?

This will reset the score of ALL 54 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 54 BOOTSTRAP 3 exercises.

Share your score:



Get Certified!

Take our Bootstrap Developer Certificate to prove that you have fundamental knowledge of Bootstrap 3.