Bonjour à tous !
J'ai utilisé le service de validation.. J'ai 19 erreurs et 1 Warning... rien que cela !
Le résultat met en exergue le fait qu'il n'y ait aucun DOCTYPE. Voici la déclaration initiale :
Quant aux 19 erreurs :
The attribute given above is required for an element that you've used, but you have omitted it.
<script src="js/AC_RunActiveContent.js" language="javascript"></script>
</style> (end tag for element "style" which is not open...)
<embed src="preview.swf" quality="high" bgcolor="#000000" width="100%" height… (there is no attribue "src" ) Embed est banni du W3C ?
Puis, there is no attribute "bgcolor", width, height, quality, name, align, allowScriptAccess, alloFullScreen, pluginspage
</style> (Opening and ending tag mismatch)
</head> (Idem)
<body> (Extra content at teh end of the document)
J'avais remplacé cette déclaration par :
J'avais bien plus d'erreurs. Soulignant, entre autres : <... />
Qu'en pensez-vous ? Merci.
J'ai utilisé le service de validation.. J'ai 19 erreurs et 1 Warning... rien que cela !
Le résultat met en exergue le fait qu'il n'y ait aucun DOCTYPE. Voici la déclaration initiale :
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
.Quant aux 19 erreurs :
<script language="javascript"[#red]>[/#]AC_FL_RunContent = 0;</script>
The attribute given above is required for an element that you've used, but you have omitted it.
<script src="js/AC_RunActiveContent.js" language="javascript"></script>
</style> (end tag for element "style" which is not open...)
<embed src="preview.swf" quality="high" bgcolor="#000000" width="100%" height… (there is no attribue "src" ) Embed est banni du W3C ?
Puis, there is no attribute "bgcolor", width, height, quality, name, align, allowScriptAccess, alloFullScreen, pluginspage
…x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
(element "embed" undefined)</style> (Opening and ending tag mismatch)
</head> (Idem)
<body> (Extra content at teh end of the document)
J'avais remplacé cette déclaration par :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
. La seule déclaration acceptée par Firefox. Les autres affichant une partie de mon site.J'avais bien plus d'erreurs. Soulignant, entre autres : <... />
Qu'en pensez-vous ? Merci.