Menú
×
×
¡Correcto!

Ejercicio:

Agregue un atributo de clase para diseñar la tabla como una tabla Bootstrap básica.

<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 += ' MI PÁGINA'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; texto += ' '; document.getElementById("progreso del usuario").innerHTML = txt; x = Math.round((puntuación de usuario/número de ejercicios) * 100); grados = x * 3,6; si (grados > 359) grados = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mipagina_circulo2").setAttribute("d", describeArc(26, 35, 24, 0, grados)); 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)) }; } función describirArco(x, y,radio, startAngle, endAngle){ var start = polarToCartesian(x, y, radius, endAngle); var end = polarToCartesian(x, y, radio, startAngle); var largeArcFlag = endAngle - startAngle

Completado 0 de 54 Ejercicios:

BOOTSTRAP 3 Mesas
BOOTSTRAP 3 Imágenes
BOOTSTRAP 3 Alertas
BOOTSTRAP 3 Botones
BOOTSTRAP 3 glifos
BOOTSTRAP 3 Insignias
Barra de progreso BOOTSTRAP 3
BOOTSTRAP 3 Paginación
BOOTSTRAP 3 Paneles
BOOTSTRAP 3 menús desplegables
BOOTSTRAP 3 pestañas
BOOTSTRAP 3 Barras de navegación

×

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.