Menu
×
×
Correct!

Exercise:

Add a class attribute to style the table as a basic Bootstrap table.

<table class="table"> <tr> <td>John</td> <td>Doe</td> <td>john@example.com</td> <tr> <tr> <td>Mary</td> <td>Moe</td> <td>mary@example.com</td> </tr> <tr> <td>July</td> <td>Dooley</td> <td>july@example.com</td> </tr> </table>
<table class='table'> <tr> <td>John</td> <td>Doe</td> <td>john@example.com</td> <tr> <tr> <td>Mary</td> <td>Moe</td> <td>mary@example.com</td> </tr> <tr> <td>July</td> <td>Dooley</td> <td>july@example.com</td> </tr> </table>

Not Correct

Click here to try again.

Correct!

Next ❯
<table >
  <tr>
    <td>John</td>
    <td>Doe</td>
    <td>john@example.com</td>
  <tr>
  <tr>
    <td>Mary</td>
    <td>Moe</td>
    <td>mary@example.com</td>
  </tr>
  <tr>
    <td>July</td>
    <td>Dooley</td>
    <td>july@example.com</td>
  </tr>
</table>

  
  
  




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.