Ho sottoposto l'home page del mio sito W3C Markup Validation Service e ricevo sempre il seguente errore:
"You have used an attribute with an element that is defined not to have that attribute. This is most commonly caused by using vendor-specific attributes without setting the document type appropriately."
errore che si riferisce a :
Line 23, column 15: there is no attribute "SRC" (explain...).
<embed src="animazioni/index.swf" quality=high pluginspage="http://www.macro
^
Line 23, column 46: there is no attribute "QUALITY" (explain...).
...d src="animazioni/index.swf" quality=high pluginspage="http://www.macromedia.
^
Line 23, column 63: there is no attribute "PLUGINSPAGE" (explain...).
.../index.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/dow
^
Line 23, column 156: there is no attribute "TYPE" (explain...).
...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1
Qualcuno può aiutarmi dicendomi dove sbaglio???
Grazie mille.
Ps. non sono pratico dell'html e sono all'inizio.