Ver Mensaje Individual
  #20 (permalink)  
Antiguo 16/12/2010, 22:49
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Respuesta: etiqueta p dentro de una imagen

como prueba te invito a validar el siguiente código, observa el error que te arroja ñ.ñ

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  5.     <title>Sin título 1</title>
  6. </head>
  7.  
  8.  
  9. <img src="http://www.forosdelweb.com/customavatars/avatar171379_2.gif" alt="Avatar" />
  10.  
  11. </body>
  12. </html>

y como ya mencione antes el error de validación solo se presenta cuando usas xhtml stric si usas Transitional nunca tendrás ese problema