Partage
  • Partager sur Facebook
  • Partager sur Twitter

Erreur HTML pour le validtaor html

Sujet résolu
Anonyme
    2 juillet 2006 à 12:59:59

    Bonjour,
    Je suis en train de coder mon forum, et j'ai fini le design. Le seul problème, c'est que j'ai des erreurs dans mon code. Voici ce qu'on me met:

    # Error Line 12 column 11: element "marquee" undefined.

    <marquee>Forum en construction ;)</marquee>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
    * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.

    &#9993;
    # Error Line 50 column 105: end tag for "em" omitted, but OMITTAG NO was specified.

    ...a><br /><em class="petit">Un test</td>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    &#9993;
    # Info Line 50 column 76: start tag was here.

    ..." href="forum.php?id=Test">Test</a><br /><em class="petit">Un test</td>

    # Error Line 51 column 29: element "center" undefined.

    <td class="taille2"><center>0</center></td>

    &#9993;
    # Error Line 52 column 29: element "center" undefined.

    <td class="taille3"><center>0</center></td>

    &#9993;
    # Error Line 53 column 29: element "center" undefined.

    <td class="taille4"><center><em class="petit">Aucun dernier message</em></a></

    &#9993;
    # Error Line 53 column 77: end tag for element "a" which is not open.

    ...ss="petit">Aucun dernier message</em></a></center></td>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occured in a script section of your document, you should probably read this FAQ entry.

    &#9993;
    # Error Line 69 column 10: element "center" undefined.

    <b><center>&copy Copyright - Tous droits réservés à la société ZIN.</center




    Je sais que la balise <center></center>, <b></b> et <i></i> ne sont plus valide donc il faudra que je les supprime. Je ne comprends pas mes autres erreurs :(

    Pouvez-vous m'aider.

    Merci d'avance ;)
    • Partager sur Facebook
    • Partager sur Twitter
      2 juillet 2006 à 13:10:33

      # Error Line 12 column 11: element "marquee" undefined.

      <marquee>Forum en construction ;)</marquee>

      You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:


      marquee n'existe pas

      * incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
      * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
      * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.


      tu utilises le xhtml 1.0 streict, alors que tu as des cardes (frames) passe de strict à frameset ou renseigne toi sur l'inclusion de page en tant qu'objet, pour rester en strict.
      tu utilises des balises invalides, dépassées et inutiles
      balises, attributs et propriétés en xhtml s'écrivent en minuscule

      &#9993;
      # Error Line 50 column 105: end tag for "em" omitted, but OMITTAG NO was specified.

      ...a><br /><em class="petit">Un test</td>

      <code>You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".


      il manque </em> apres UN TEST

      &#9993;
      # Info Line 50 column 76: start tag was here.

      ..." href="forum.php?id=Test">Test</a><br /><em class="petit">Un test</td>

      # Error Line 51 column 29: element "center" undefined.

      <td class="taille2"><center>0</center></td>

      &#9993;
      # Error Line 52 column 29: element "center" undefined.

      <td class="taille3"><center>0</center></td>

      &#9993;
      # Error Line 53 column 29: element "center" undefined.

      <td class="taille4"><center><em class="petit">Aucun dernier message</em></a></


      &#9993;
      # Error Line 53 column 77: end tag for element "a" which is not open.

      ...ss="petit">Aucun dernier message</em></a></center></td>


      fin de balise </a> alors qu'il manque un debut de balise <a href ="..">

      The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

      If this error occured in a script section of your document, you should probably read this FAQ entry.

      &#9993;
      # Error Line 69 column 10: element "center" undefined.

      <b><center>&copy Copyright - Tous droits réservés à la société ZIN.</center


      &#9993;
      # Warning Line 69 column 16: reference not terminated by REFC delimiter.

      <b><center>&copy Copyright - Tous droits réservés à la société ZIN.</center

      If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.


      &copy; avec un point-virgule à la fin !


      certaines erreurs disparaitront toutes seules, d'autres resteront.
      • Partager sur Facebook
      • Partager sur Twitter

      Erreur HTML pour le validtaor html

      × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
      × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
      • Editeur
      • Markdown