Jump to content

Probleme avec validation aux normes W3C


Recommended Posts

Bonjour,

Je viens de vérifier ma page index de mon site sur le site http://validator.w3.org et il s'avère que ma page contient 19 erreurs c'est pas beaucoup par rapport à certains site mais c'est déjà trop pour moi :) alors je viens vers vous pour obtenir de l'aide....

Je ne suis pas un pro alors si vous pouvez m'expliquer avec des mots simples pour corriger ce bug çà serai super et ca éviterai de perdre du temps...

Je vais pas poster les 19 erreurs en même temps mais une par une si cela vous dérange pas donc voici la première ci-dessous

...............................................

Line 323, Column 128: document type does not allow element "link" here
…ck-Glossy/css/homefeatured.css" rel="stylesheet" type="text/css" media="all" />

The element named above was found in a context where it is not allowed. This could mean 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 not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

...............................................


Merci à la communautés pour vos aides :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...