Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/05/2011, 13:17
jesusgox
Invitado
 
Mensajes: n/a
Puntos:
Validación en HTML...

Buenas a todos!

Es cierto que si validamos nuestros html´s nos ayuda a mejorar el posicionamiento de la web y los robots de los buscadores tales como Google, yahoo.. acogerán mejor una web validada a una no validada. Hasta ahí bien, el problema que tengo esque salen errores que no sé solucionarlo, y me pregunto si existe una página web donde te explique cada error y a qué es debido.
Por ejemplo quiero poner una etiqueta de link con ventana nueva (target), pero me dice lo siguiente al validarlo:

Código:
Line 9, Column 36: there is no attribute "TARGET"
<a href="http://www.web.es" target="_blank"><img src="../Imagenes/imagequequiero.png" …

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
¿Alguien me puede decir si existe algo donde lo expliquen? Porque me salen 5 errores más y claro, no voy a abrir 5 posts ensuciando el foro para que me ayuden.

Muchas Gracias!