Menù
×
×
Corretta!

Esercizio:

Aggiungi un attributo di classe per definire lo stile della tabella come una tabella Bootstrap di 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 += ' LA MIA PAGINA'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((punteggio utente/numerodiesercizi) * 100); gradi = x * 3,6; se (gradi > 359) gradi = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, gradi)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } funzione polarToCartesian(centerX, centerY, raggio, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return {x: centerX + (raggio * Math.cos(angleInRadians)), y: centerY + (raggio * Math.sin(angleInRadians)) }; } funzione descriveArco(x, y,

Hai completato 0 di 54 esercizi:

BOOTSTRAP 3 Tabelle
BOOTSTRAP 3 Immagini
BOOTSTRAP 3 Avvisi
BOOTSTRAP 3 pulsanti
BOOTSTRAP 3 Glificon
BOOTSTRAP 3 Distintivi
BOOTSTRAP 3 Barra di avanzamento
BOOTSTRAP 3 Impaginazione
BOOTSTRAP 3 Pannelli
BOOTSTRAP 3 Dropdown
BOOTSTRAP 3 Schede
BOOTSTRAP 3 Navbar

×

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.