Validation

Programovacie jazyky, rady, poradňa...
mailer
Star
Star
Príspevky: 544
Registrovaný: 01 jún 2006, 16:56

Validation

Príspevok od používateľa mailer »

validujem stranku a mam tam jedinu chybu ktoru neviem odstranit

Kód: Vybrať všetko

Line 65 column 146: required attribute "ALT" not specified.

...der="0" longdesc="http:// nvbnv.com" /></a>

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>.

Kód: Vybrať všetko

<a href="http://websupport.sk/bannery/ws1.jpg"><img src="4.jpg" width="322" height="363" border="0" longdesc="http:// nvbnv.com" /></a>
co s tim?
sundevil
VIP
VIP
Používateľov profilový obrázok
Príspevky: 4169
Registrovaný: 18 mar 2005, 12:03
Bydlisko: BA

Príspevok od používateľa sundevil »

mas tam napisane ze attribut ALT je povinny v <IMG>
takze do:

Kód: Vybrať všetko

<a href="http://websupport.sk/bannery/ws1.jpg"><img src="4.jpg" width="322" height="363" border="0" longdesc="http:// nvbnv.com" /></a>
dopln attribut ALT - alternativny text napr ked sa nenacita obrazok

Kód: Vybrať všetko

<a href="http://websupport.sk/bannery/ws1.jpg"><img src="4.jpg" width="322" height="363" border="0" longdesc="http:// nvbnv.com" alt="alternativny text" /></a>
http://www.htmlcodetutorial.com/images/_IMG_ALT.html
Napísať odpoveď