Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/08/2013, 16:51
Avatar de Gugolplex
Gugolplex
 
Fecha de Ingreso: junio-2011
Ubicación: Vía Lactea
Mensajes: 35
Antigüedad: 13 años, 5 meses
Puntos: 0
Pregunta Validar XHTML 1.0 Transitional!

Hola foreros, tengo este código
Código HTML:
Ver original
  1. <a href="http://db.tt/cP2QlO4A" title="Regístrate e instala Dropbox">
  2. <img src="http://upload.wikimedia.org/wikipedia/en/thumb/b/bb/Dropbox_logo.svg/180px-Dropbox_logo.svg.png" alt="Dropbox"></a>

Es una imagen como un enlace, quisiera saber como validarlo con XHTML 1.0 Transitional! ya que estoy editando un bloque en html y cuando pongo validar me sale este error:

Line 356, Column 125: end tag for "img" omitted, but OMITTAG NO was specified
…a/en/thumb/b/bb/Dropbox_logo.svg/180px-Dropbox_logo.svg.png" alt="Dropbox"></a>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 356, Column 1: start tag was here
<img src="http://upload.wikimedia.org/wikipedia/en/thumb/b/bb/Dropbox_logo.svg/…

¿Alguna idea de como validarlo?