Problema de validación
Buenas, tengo un blog, y estoy intentado que valide segun la W3. Este es el código de un post que hice:
<code><a href="http://yotophoto.com" title="YoToPhoto"></a>
<p><a href="http://yotophoto.com" title="YoToPhoto"><img src="http://www.hojaenblanco.es/wp-content/uploads/2007/06/yotophoto.png" alt="YoToPhoto"></a></p></code>
y lo que me dice el validador sobre el:
[i]Error Line 141 column 175: NET-enabling start-tag not immediately followed by null end-tag.
...7/06/yotophoto.png" alt="YoToPhoto" /p></a></p>
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
Gracias por la ayuda!
Ventd'Aval
falta cerrar el img:
<code>alt="YoToPhoto" /></a></p></code>
demssite
¿Puedes poner el enlace?