Speisekarte
×
×
Richtig!

Übung:

Fügen Sie ein Klassenattribut hinzu, um die Tabelle als einfache Bootstrap-Tabelle zu formatieren.

<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 += ' MEINE SEITE'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("Benutzerfortschritt").innerHTML = txt; x = Math.round((userscore/numberofübungs) * 100); Grad = x * 3,6; wenn (Grad > 359) Grad = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, Grad)); document.getElementsByClassName("Übungsmenü")[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)) }; } Funktion descriptionArc(x, y, radius, startAngle, endAngle){ var start = polarToCartesian(x, y, radius, endAngle); var end = polarToCartesian(x, y, radius, startAngle); var largeArcFlag = endAngle - startAngle

0 von 54 Übungen abgeschlossen:

BOOTSTRAP 3 Tische
BOOTSTRAP 3 Bilder
BOOTSTRAP 3 Warnungen
STIEFELRIEMEN 3 Knöpfe
STIEFELRIEMEN 3 Glyphicons
BOOTSTRAP 3 Abzeichen
BOOTSTRAP 3 Fortschrittsbalken
BOOTSTRAP 3 Paginierung
BOOTSTRAP 3 Panels
BOOTSTRAP 3-Dropdowns
BOOTSTRAP 3 Registerkarten
BOOTSTRAP 3 Navigationsleisten

×

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.