Menú

Tablas con bordes muy grandes

¿Como agregar tablas con bordes mas gruesos en Blogger?

AQUÍ PUEDES VER UN EJEMPLO RÁPIDO DE COMO SERIA EL RESULTADO ESPERADO

PASO 1
NOS METEMOS A UN GADGET DE BLOGGER LLAMADO HTML/JAVASCRIPT:


PASO 2
LUEGO DE ELLO, USAREMOS  ESTE CÓDIGO PARA AGREGAR LAS TABLAS



<table align="right" border="6">
  <thead>
<tr>
      <th>Año</th>
      <th>Mes</th>
    </tr>
</thead>
  <tfoot>
<tr>
      <td>pie</td>
      <td>pie</td>
    </tr>
</tfoot>
  <tbody>
<tr>
      <td>contenio1</td>
      <td>contenido2</td>
    </tr>
<tr>
      <td>contenido2</td>
      <td>contenido2</td>
    </tr>
</tbody>
</table>


PASO 3 


YA PARA FINALIZAR DAMOS GUARDAR Y LISTO !! TENDREMOS UNAS TABLAS ELEGANTES

No hay comentarios:

Publicar un comentario