Menu
×
×
Correct!

Exercer:

Ajoutez un attribut de classe pour styliser la table comme une table Bootstrap de base.

<table class="table"> <tr> <td>John</td> <td>Doe</td> <td>[email protected]</td> <tr> <tr> <td>Mary</td> <td>Moe</td> <td>[email protected]</td> </tr> <tr> <td>July</td> <td>Dooley</td> <td>[email protected]</td> </tr> </table>
<table class='table'> <tr> <td>John</td> <td>Doe</td> <td>[email protected]</td> <tr> <tr> <td>Mary</td> <td>Moe</td> <td>[email protected]</td> </tr> <tr> <td>July</td> <td>Dooley</td> <td>[email protected]</td> </tr> </table>

Not Correct

Click here to try again.

Correct!

Next ❯
<table 

  
  
  




Go to w3schools.com
Reset Score
Close This Menu
"; txt += " '; txt += ' MA PAGE'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((userscore/numberofexercises) * 100); degrés = x * 3,6 ; si (degrés > 359) degrés = 359 ; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, degrés)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } function polarToCartesian(centerX, centerY, radius, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x : centerX + (radius * Math.cos(angleInRadians)), y : centerY + (radius * Math.sin(angleInRadians)) } ; } fonction describeArc(x, y,

Terminé 0 des 54 exercices :

Tableaux BOOTSTRAP 3
BOOTSTRAP 3 Images
Alertes BOOTSTRAP 3
BOOTSTRAP 3 boutons
BOOTSTRAP 3 Glyphicons
Badges BOOTSTRAP 3
Barre de progression BOOTSTRAP 3
BOOTSTRAP 3 Pagination
BOOTSTRAP 3 panneaux
BOOTSTRAP 3 Listes déroulantes
BOOTSTRAP 3 Onglets
Barres de navigation BOOTSTRAP 3

×

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.