Validarteur W3c

JArres -  
 Jarres -
Bonjour,
Voila mon probeleme parlant tres mal anglais et en plus ne comprenant pas les erreurs trouvés je me tourne vers vous
Voila les erreurs

Validation Output: 16 Errors

1. Error Line 55, Column 10: ID "corps" already defined.

<div id="corps">



An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
2. Info Line 45, Column 10: ID "corps" first defined here.

<div id="corps">

3. Error Line 60, Column 6: end tag for "p" omitted, but OMITTAG NO was specified.

</div>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
4. Info Line 59, Column 1: start tag was here.

<p> CLiquer sur l'iconne pour y aller <a href="http://www.tchatprive.com/tchat/

5. Error Line 65, Column 67: document type does not allow element "img" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag.

…es/bas.png" title =" C'est la fin " alt= "La fin"/>



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
6. Error Line 26, Column 27: XML Parsing Error: attributes construct error.

<li> <a href="autre.html"title="Le reste pour éviter la tonne de menus">Autres


7. Error Line 26, Column 27: XML Parsing Error: Couldn't find end of Start Tag a line 26.

<li> <a href="autre.html"title="Le reste pour éviter la tonne de menus">Autres


8. Error Line 26, Column > 80: XML Parsing Error: Opening and ending tag mismatch: li line 26 and a.

…pour éviter la tonne de menus">Autres</a> </li>…


9. Error Line 26, Column > 80: XML Parsing Error: Opening and ending tag mismatch: ul line 18 and li.

…pour éviter la tonne de menus">Autres</a> </li>…


10. Error Line 27, Column 5: XML Parsing Error: Opening and ending tag mismatch: div line 16 and ul.

</ul>


11. Error Line 33, Column 32: XML Parsing Error: attributes construct error.

<a href="vous\presentation.html"title="Qui êtes vous ?"> Vos présentation</a></…


12. Error Line 33, Column 32: XML Parsing Error: Couldn't find end of Start Tag a line 33.

<a href="vous\presentation.html"title="Qui êtes vous ?"> Vos présentation</a></…


13. Error Line 33, Column > 80: XML Parsing Error: Opening and ending tag mismatch: li line 32 and a.

…êtes vous ?"> Vos présentation</a></li>…


14. Error Line 33, Column > 80: XML Parsing Error: Opening and ending tag mismatch: ul line 31 and li.

…êtes vous ?"> Vos présentation</a></li>…


15. Error Line 40, Column 5: XML Parsing Error: Opening and ending tag mismatch: div line 29 and ul.

</ul>


16. Error Line 41, Column 8: XML Parsing Error: Opening and ending tag mismatch: body line 8 and div.

</div>


17. Error Line 42, Column 8: XML Parsing Error: Opening and ending tag mismatch: html line 2 and div.

</div>


18. Error Line 45, Column 1: XML Parsing Error: Extra content at the end of the document.

<div id="corps">

2 réponses

JArres
 
Le code XHTML qui vas avec

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>ACIDE JARRES</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Menu css" href="design\cssmenu.css"/>
</head>
<body>
<div id="en_tete">

</div>

<div id="menu">

<!-- Ici le menu -->
<div class="element_menu" >
<h3>Moi</h3>
<ul>
<li>
<a href="Karel.html" title= "Qui suis je"> Moi Karel </a> </li>
<li> <a href="mesprojets.html" title= "JE vois, Je vois ..."> L'avenir</a></li>
<li> <a href="parkour.html" title="FREE RUNNING un sport de rue"> le parkour</a></li>
<li> <a href="zik.html" title= "Playlist deezer"> Musique</a></li>
<li> <a href="sport.html" title="Aïkido et autres sports"> Mes sports</a></li>
<li ><a href="mescreations.html" title="Créa"> Creation</a></li>
<li> <a href="autre.html"title="Le reste pour éviter la tonne de menus">Autres</a> </li>
</ul>
</div>
<div class="element_menu">
<h3>Vous</h3>
<ul>
<li>
<a href="vous\presentation.html"title="Qui êtes vous ?"> Vos présentation</a></li>
<li> <a href="vous\zik.html" title="Vos musiques,vos styles">Vos playlists</a></li>
<li> <a href="vous\sport.html" title= " Présenter vos sports">Présenter les sports</a></li>
<li> <a title="Créations d'autrui" href="vous\creations.html">vos créations</a> </li>
<li> <a title="Liens utiles" href= "vous\liens.html">vos liens</a></li>
<li> <a href="vous\photo.html">Vos photos</a></li>
<li> <a href="http://www.tchatprive.com/tchat/cist1AD.html" title=" Le tchat débarque">LE Tchat</a></li>
</ul>
</div>
</div>
<!-- Fin du menu -->
<!-- Debut du corps -->
<div id="corps">
<!-- Ici on mettra le contenu principal de la page (tout le texte quoi) -->
<h1>News 1</h1>
<h2> Elaboration en cour ...</h2>
<p> Bienvenue le site est encour d"élaborations</p><br/>
<p>Webmaster = Karel</p><br/>
<p> Designer = Karel</p><br/>
<p>Autres = Devinez ^^</p><br/>

</div>
<div id="corps">
<h1>News 2</h1>
<h2>Le chat débarque</h2>
<p>Bienvenue et voila désormais le chat est oppérationelle ...</p>
<p> CLiquer sur l'iconne pour y aller <a href="http://www.tchatprive.com/tchat/cist1AD.html" title=" Le Tchat débarque"><img src="images/tchat.jpg" title= "GO" alt =" Image chat"/></a>
</div>
<!-- Fin sniffff-->
<div id="pied_de_page">
<!-- Enfin, on mettra en bas de la page le nom de l'auteur, un copyright... -->
</div>
<img src= "images/bas.png" title =" C'est la fin " alt= "La fin"/>
<p>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="CSS Valide !" />
</a>
</p>

</body>
</html>
0
Jarres
 
C'EST BON J'AI TOUT FAIT
0