This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
web_design:tablas:tables [2021/10/14 15:28] mag in Spanish |
web_design:tablas:tables [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 91: | Line 91: | ||
==== Bordes ==== | ==== Bordes ==== | ||
- | * Add the following | + | * Agregue el siguiente código |
< | < | ||
border-width: | border-width: | ||
border-style: | border-style: | ||
}</ | }</ | ||
- | * Notice that we have applied the style rules to both < | + | * Observe que hemos aplicado las reglas de estilo a ambos < |
- | * Now you can clearly see the structure of the table. | + | * Ahora puede ver claramente la estructura de la tabla. |
- | * For instance, you can see that in data cells, text is aligned to the left by default, while in header cells, text is center aligned. | + | * Por ejemplo, puede ver que en las celdas de datos, el texto está alineado a la izquierda de forma predeterminada, mientras que en las celdas de encabezado, el texto está alineado al centro. |
- | * You will also notice that the left-aligned text is right on the edge of the cell, which is is harder to read. We'll fix this in the next section. | + | * También notará que el texto alineado a la izquierda está justo en el borde de la celda, que es más difícil de leer. Arreglaremos esto en la siguiente sección. |
- | [[web_design: | + | [[web_design: |