- Home
- Categorie
- Coding e Sistemistica
- CMS & Piattaforme Self-Hosted
- [Risolto] validazione e dreamweaver
-
[Risolto] validazione e dreamweaver
Ho validato la home che sto costruendo di un mio sito e validator.w3.org mi dà 6 errori, tutti uguali e cioé:
**.JPG" width="479" height="60"> </div>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.**
ora... ho dato un'occhiata in html e ho trovato che la riga mi sembra corretta:
<img src="resources/img1.JPG" width="479" height="60"> </div>
Ma perchè mi dà errore?
qualcuno me lo spiega? :bho:
-
ahh, ho capito, mi mancava l'alt
una cazzatina
chiedo scusa a tutti per il disturbo
-
Capita più spesso di quanto pensi.