Foros del Web » Creando para Internet » Diseño Gráfico »

Validacion en html 4.01

Estas en el tema de Validacion en html 4.01 en el foro de Diseño Gráfico en Foros del Web. Hola he validado una pagina y me sale esto: The following missing or conflicting information caused the validator to perform guesswork prior to validation. If ...
  #1 (permalink)  
Antiguo 02/02/2009, 05:18
b44
 
Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 18 años, 4 meses
Puntos: 0
Validacion en html 4.01

Hola he validado una pagina y me sale esto:
The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

1.

Warning No Character Encoding Found! Using iso-8859-3.

None of the standards sources gave any information on the character encoding labeling for this document. The character encoding iso-8859-3, which you have chosen via the Encoding override option, will be used for tentative validation.

Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.

Congratulations

The document located at <http://xelene.sytes.net/> was tentatively checked as HTML 4.01 Transitional. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation using an SGML, HTML5 and/or XML Parser(s). In other words, the document would validate as HTML 4.01 Transitional if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes.
Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=http%3A%2F%2Fxelene.sytes.net%2F> (or you can just add the current page to your bookmarks or hotlist).

Alguien me puede decir que error tengo

Gracias
  #2 (permalink)  
Antiguo 02/02/2009, 07:47
Avatar de facundocorradini
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Argentina
Mensajes: 965
Antigüedad: 16 años
Puntos: 53
Respuesta: Validacion en html 4.01

Te está diciendo que la página no tiene metadatos sobre el lenguague y el charset, por lo que la validación la hace suponiendo que es HTML 4.01 transitional e ISO-8859-3. (y que si eso es realmente, está todo bien !)

Lo que deberías hacer es agragar la línea doctype de html 4.01 transitional.

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
y el meta tag para el charset.

saludos!
__________________
<<==== Si una respuesta te ayuda, dale al botón de Karma! Haz fluir la buena onda web!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:44.