[W3C] Validation W3C alors ?
Bonjour à tous j'aimerais connaitre la ou les raisons pour laquelle quand je fais valider ce code sur le site W3C....enfin vous voyez de quoi je parle....
et bien voila ce qu'il me fait !!!
Pour ce code :
Code:
1 2 3 4 5 6 7 8 9 10 11
| ....
<input type="submit" name="submit" value="Connexion " tabindex="9" />
</div>
</form>
<p>
<h3>Recevez notre Newsletter</h3>
</p>
<br />
<form ...
.... |
il me met ca :
Citation:
Error..document type does not allow element "h3" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<h3>Recevez notre Newsletter</h3>
et pour ça :
Code:
1 2 3 4 5
| <div id="content">
<h1>Cap Vert</h1>
<h2>Séjour de 12 jours, dont 6 sur lîle de Santo Antao </h2>
<div class="feature">
il me met ça : |
Citation:
# Error Line 89 column 36: non SGML character number 146.
<h2>Séjour de 12 jours, dont 6 sur l’île de Santo Antao </h2>
You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all...............................etc
Quelqu'un aurait il une idée pour réparer ces erreurs ?