Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/08/2012, 09:18
Avatar de soy_nicanor
soy_nicanor
 
Fecha de Ingreso: mayo-2010
Mensajes: 374
Antigüedad: 14 años, 6 meses
Puntos: 3
tablas en html

Código HTML:
Ver original
  1. <table background="img/fondo_1.png" width="10" align="center" cellspacing="2" cellpadding="2px" bgcolor="#333333">
  2. <tr>
  3. <td >
  4. Centro
  5. </td>
  6. </tr>

Segun este tabla Cual es el corecto uso en html5:

width="10" o width="10px"
cellspacing="2" o cellspacing="2px"

Estoy un poco confundido, De antemano gracias