Bonjour,
j'ai quelque problèmes de valisation d'un site internet sur le site W3C, voila ce que me dit le site sur ma page :
Line 20, Column 15: there is no attribute "src"
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
et voila le code qui pose probleme:
<embed src="banniere.swf" quality="high" pluginspage="<a href="http://www.macromedia.com/go/getflashplayer" target="_blank">http://www.macromedia.com/go/getflashplayer</a>" type="application/x-shockwave-flash" width="984" height="150"> </embed>
Je ne vois vraiment pas ou est l'erreur et je ne comprend pas la raison de l'erreur sur W3C.
Pourriez vous m'éclaircir s'il vous plait ?