IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

[W3C] Probleme lors de la validation du W3C [HTML 4.0]


Sujet :

HTML

  1. #1
    Membre confirmé
    Homme Profil pro
    Consultant communication & réseaux
    Inscrit en
    Novembre 2008
    Messages
    525
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Consultant communication & réseaux

    Informations forums :
    Inscription : Novembre 2008
    Messages : 525
    Points : 521
    Points
    521
    Par défaut [W3C] Probleme lors de la validation du W3C
    Salut a tous
    J'aimerai comprendre certaines erreurs qu'il y a dans mes pages

    Line 8, Column 75: there is no attribute "ISO-8859-1" .
    … content="text/html; charset=" iso-8859-1="">

    Line 18, Column 47: invalid comment declaration: found name character outside comment but inside comment declaration .
    <!-----------les plugin----------------------->

    Line 19, Column 24: document type does not allow element "STYLE" here .
    <style type="text/css">

    Line 52, Column 6: end tag for element "HEAD" which is not open .
    </head>

    Line 80, Column 170: required attribute "ALT" not specified .
    …" border="0" height="30" width="1024"></div>

    Line 120, Column 169: required attribute "ALT" not specified .
    … border="0" height="600" width="1200"></div>
    http://validator.w3.org/check?uri=ht...idator%2F1.606

    Voila quelqu'unes des erreurs que j'ai lorsque je veux valider, j'aimerai bien que l'on m'aide a les comprendre

    MErci de votre aide

  2. #2
    Rédacteur
    Avatar de Macmillenium
    Homme Profil pro
    Développeur front-end
    Inscrit en
    Mars 2008
    Messages
    2 333
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 39
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur front-end
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Mars 2008
    Messages : 2 333
    Points : 3 748
    Points
    3 748
    Par défaut
    Bonjour,

    - Le charset se déclare dans l'attribut charset :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    - les commentaires doivent simplement se déclarer de cette manière <!--les plugin--> (cette erreurs génère d'autres erreurs comme document type does not allow element "STYLE" here et end tag for element "HEAD" which is not open et document type does not allow element "BODY" here)

    - Toutes les images doivent avoir une description à travers l'attribut alt=""

    - Remplace height="100%" et width="100%" par style="height:100%; width:100%" => Séparation de la mise en forme du code html

    ton code valide :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
     
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>  
      <title>1er au Bahamas (Antoine's City)</title>
      <meta name="description" content="Voici la preuve que un jour j'ai &eacute;t&eacute; 1er au bahamas">  
      <meta name="keywords" content="Miniville, Image, screen, 1er au bahamas, antoine'city, HD44">  
      <meta name="generator" content="IziSpot 4.20 (www.izispot.com)">  
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <!--les plugin--> 
      <script type="text/JavaScript" src="global_003.js"></script>  
      <script type="text/JavaScript" src="language_004.js"></script>  
      <script type="text/JavaScript" src="Ajax_005.js"></script>  
      <script type="text/JavaScript">var dmWorkPath=""</script>  
      <script type="text/JavaScript" src="dmenu_006.js"></script>  
      <script type="text/JavaScript" src="dmenu_dyn_007.js"></script>  
      <script type="text/JavaScript" src="dmenu_popup_008.js"></script>  
      <script type="text/JavaScript" src="dmenu_add_009.js"></script>
     
      <!--les plugin-->  
      <style type="text/css">
    <!--
    td {color:#000000;font-family:Arial;font-size:8pt;text-decoration:none;}
    a:link {color:#000000;font-family:MS Sans Serif;font-size:8pt;text-decoration:underline;}
    a:visited {color:#000000;font-family:MS Sans Serif;font-size:8pt;text-decoration:underline;}
    a:active {color:#000000;font-family:MS Sans Serif;font-size:8pt;text-decoration:underline;}
    a:hover {color:#000000;font-family:MS Sans Serif;font-size:8pt;text-decoration:underline;}
    body {background-color:#FFFFFF;background-image: url();}
    .champ {color: #000000;font-family:Arial;font-size:8pt;text-decoration:none;;background-color: #FFFFFF;border: 1px solid #000000;}
    Lcourant{100%}
    Edition{color:#000000;background-color:#FFFFFF;font-family:Arial;font-size:8pt;text-decoration:none;} -->
      </style>  
      <script type="text/JavaScript">
    <!--
    function OpenWindow(URL,nom_win,parametres,largeur,hauteur)
    {
    var gauche = (screen.width - largeur)/2;
    var haut = (screen.height - hauteur)/2;
    if (screen.width - largeur<1) {gauche=0}
    if (screen.height - hauteur<1) {hauteur=0}
    if (hauteur!="" || largeur!="") {parametres=parametres+',left='+gauche+',top='+haut}
    try
    {w.close()}
    catch (ex)
    {
    }
    w=window.open(URL,nom_win,parametres); }
    function JumpMenu(cible,selectObj,restore)
    { eval(cible+".location='"+selectObj.options[selectObj.selectedIndex].value+"'");
    if (restore){selectObj.selectedIndex=0};
    }
    //-->
      </script><!--ACTUA59|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
    </head>
    <body onload=" initialise_traduction();">
    <noscript>
    <!--Javascript Menu Link for no script browser-->
    <br><a href='accueil_030.htm'>Accueil</a>
    <br><a href='ami_e_s_031.htm'>Ami(e)s</a>
    <br><a href=''>Créations</a>
    <br><a href='contact_034.htm'>Contact</a>
    <br><a href='virtual_tuning_061.htm'>Virtual
    Tuning</a>
    <br><a href='images__055.htm'>Mes images</a>
    <br><a href='astuces___aide_092.htm'>Tutoriaux</a>
    <br><a href='profil_068.htm'>Mon profil</a>
    <br><a href='passions_069.htm'>Mes passions</a>
    <br><a href='mao_070.htm'>MAO</a>
    <br><a href='poste_des_com_s_072.htm'>Poste des
    com's</a>
    <br><a
    href='ressources_073.htm'>Téléchargements</a>
    <br><a href='mes_dessins_074.htm'>Mes dessins</a>
    <br><a href='ma_musique__081.htm'>Ma sic</a>
    <br><a href=''>Coin détente</a>
    <br><a href='jeux_videos_088.htm'>Jeux Videos</a>
    <br><a href='humour_089.htm'>Humour</a>
    <br><a href='sites_090.htm'>Sites</a>
    <br><a href='liens_189.htm'>Liens</a>
    </noscript>
    <div id="PosCharte" style="position: absolute; width: 1024px; height: 748px; left: 50%; margin-left: -490px; top: 50%; margin-top: -250px;">
    <div id="obj_31" style="position: absolute; width: 1024px; height: 30px; z-index: 29; left: -2px; top: 88px;">
     
    <img src="image_002.gif" border="0" height="30" width="1024" alt="description"></div>
    <div id="obj_32" style="position: absolute; left: 644px; top: 41px; width: 293px; height: 20px; z-index: 30; overflow: visible;">
    <table border="0" cellpadding="0" cellspacing="0" style="height:100%; width:100%">
      <tbody>
        <tr>
     
          <td align="left" valign="top"><font style="font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: none;" color="#000000"><span class="titre_rubrique">1er
    au Bahamas </span></font></td>
        </tr>
      </tbody>
    </table>
    </div>
    <div id="obj_34" style="position: absolute; left: 44px; top: 159px; width: 850px; height: 350px; z-index: 31; overflow: visible;">
    <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
      <tbody>
        <tr>
         <td><!--ACTUA14||||||||||||||--> 
          <p align="center">
     
          <script type="text/javascript"><!--
    google_ad_client = "pub-0821027587249665";
    /* 728x90, date de création 04/12/08 */
    google_ad_slot = "2914183305";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
          </script>
          <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
          </script></p> 
    <br>	  
          <p align="center"> <img src="image_095.jpg" border="0" alt="description"></p>      
    	  <p align="center"></p>
    	  <br>
          </td>
        </tr>  
      </tbody>
     
     </table>
     </div>
    <div id="obj_39" style="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index: 26;"><img src="image_056.gif" border="0" height="0" width="0" alt="description"></div>
    <div id="obj_40" style="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index: 27;"><img src="image_057.gif" border="0" height="0" width="0" alt="description"></div>
    <div id="obj_43" style="position: absolute; left: 17px; top: 91px; width: 669px; height: 24px; z-index: 34; overflow: visible;">
    <script type="text/javascript" src="config_menu_010.js"></script></div>
    <div id="obj_46" style="position: absolute; left: 0px; top: 0px; width: 1200px; height: 600px; z-index: 2;"><img src="image_058.jpg" border="0" height="600" width="1200" alt="description"></div>
    </div>
    </body>
    </html>

  3. #3
    Membre confirmé
    Homme Profil pro
    Consultant communication & réseaux
    Inscrit en
    Novembre 2008
    Messages
    525
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Consultant communication & réseaux

    Informations forums :
    Inscription : Novembre 2008
    Messages : 525
    Points : 521
    Points
    521
    Par défaut
    Merci beaucoup

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Erreur lors de la validation W3C ou partage Facebook
    Par chezjm dans le forum Langage
    Réponses: 5
    Dernier message: 15/02/2010, 19h50
  2. [XHTML] Erreur lors de la validation W3C
    Par Monkey_D.Luffy dans le forum Balisage (X)HTML et validation W3C
    Réponses: 6
    Dernier message: 25/06/2008, 12h17
  3. [W3C] probleme de validation W3C
    Par planete-web dans le forum Balisage (X)HTML et validation W3C
    Réponses: 12
    Dernier message: 25/01/2008, 17h14
  4. [W3C] probleme validation w3c
    Par GTJuanpablo dans le forum Balisage (X)HTML et validation W3C
    Réponses: 1
    Dernier message: 27/02/2006, 15h05
  5. [W3C] probleme validation XHTML
    Par tus01 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 4
    Dernier message: 06/11/2004, 19h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo