16/06/09 13:45[Invalid] Markup Validation of http://www.saludinforma.es/start.htm - W3C Markup ValidatorPágina 2 de 8http://validator.w3.org/check?uri=http%3A%2F%2Fwww.saludinforma.…ally%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.654
Character Encoding mismatch!
The character encoding specified in the HTTP header (
iso-8859-1
) is different fromthe value in the
<meta>
element (
iso-8859-15
). I will use the value from the HTTPheader (
iso-8859-1
) for this validation.
!
TOP
Validation Output: 16 Errors
Line 7, Column 1
:
no document type declaration; implying "<!DOCTYPEHTML SYSTEM>"
<
html lang="es-ES">
The checked page did not contain a document type ("DOCTYPE") declaration. TheValidator has tried to validate with a fallback DTD, but this is quite likely to be incorrectand will generate a large number of incorrect error messages. It is highly recommendedthat you insert the proper DOCTYPE declaration in your document -- instructions fordoing this are given above -- and it is necessary to have this declaration before thepage can be declared to be valid.
Line 10, Column 75
:
NET-enabling start-tag requires SHORTTAG YES
… content="text/html; charset=ISO-8859-15"
/
>
The sequence <FOO /> can be interpreted in at least two different ways, depending onthe DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO(with an implied '>'). However, since many browsers don't interpret it this way, even inthe presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pureHTML documents and reserve its use solely for those written in XHTML.
Line 13, Column 79
:
NET-enabling start-tag requires SHORTTAG YES
…href="/css/formulariosDinamicos.css"
/
>
The sequence <FOO /> can be interpreted in at least two different ways, depending onthe DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO(with an implied '>'). However, since many browsers don't interpret it this way, even inthe presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pureHTML documents and reserve its use solely for those written in XHTML.
Line 13, Column 79
:
document type does not allow element "LINK" here
…href="/css/formulariosDinamicos.css"
/
>
The element named above was found in a context where it is not allowed. This couldmean that you have incorrectly nested elements -- such as a "style" element in the"body" section instead of inside "head" -- or two elements that overlap (which is notallowed).One common cause for this error is the use of XHTML syntax in HTML documents. Dueto HTML's rules of implicitly closed elements, this error can create cascading effects. Forinstance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section ofa HTML document may cause the parser to infer the end of the "head" section and thebeginning of the "body" section (where "link" and "meta" are not allowed; hence thereported error).
Line 14, Column 68
:
NET-enabling start-tag requires SHORTTAG YES
…heet" type="text/css" href="/css/cm-estilo.css"
/
>
The sequence <FOO /> can be interpreted in at least two different ways, depending onthe DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO(with an implied '>'). However, since many browsers don't interpret it this way, even inthe presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pureHTML documents and reserve its use solely for those written in XHTML.
Line 14, Column 68
:
document type does not allow element "LINK" here
…heet" type="text/css" href="/css/cm-estilo.css"
/
>
The element named above was found in a context where it is not allowed. This couldmean that you have incorrectly nested elements -- such as a "style" element in the"body" section instead of inside "head" -- or two elements that overlap (which is notallowed).One common cause for this error is the use of XHTML syntax in HTML documents. Due
!!!!!!
Add a Comment