Menu
×
×
Correct!

Oefening:

Voeg een class-attribuut toe om de tabel op te maken als een standaard Bootstrap-tabel.

<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 += ' MIJN PAGINA'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((gebruikersscore/aantal oefeningen) * 100); graden = x * 3,6; als (graden > 359) graden = 359; document.getElementById("mypage_circle1").setAttribute("d", descriptionArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", descriptionArc(26, 35, 24, 0, graden)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } functie 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)) }; } functie descriptionArc(x, y,

0 van 54 Oefeningen voltooid:

BOOTSTRAP 3 Tafels
BOOTSTRAP 3 afbeeldingen
BOOTSTRAP 3 waarschuwingen
BOOTSTRAP 3 Knoppen
BOOTSTRAP 3 Glyphicons
BOOTSTRAP 3 badges
BOOTSTRAP 3 Voortgangsbalk
BOOTSTRAP 3 Paginering
BOOTSTRAP 3 panelen
BOOTSTRAP 3 vervolgkeuzelijsten
BOOTSTRAP 3 tabbladen
BOOTSTRAP 3 navigatiebalken

×

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.