Menu
×
×
Correct!

Exercise:

Add a zebra-stripes to the table.

<table class="table table-striped"> <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 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>

  
  
  




Go to w3schools.com
Reset Score
Close This Menu

 

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?