Tanımı ve Kullanımı
alt nedense bir kullanıcı bunu görüntüleyemezseniz nitelik Bir resim için alternatif bilgi sağlar (because of slow connection, an error in the src attribute, or if the user uses a screen reader) .
Note: alt özniteliği için gereklidir <img> elemanı.
Note: For <input> elemanları, alt niteliği yalnızca ile kullanılabilir <input type="image"> .
Tip: Bir resimle ilgili bir ipucu oluşturmak kullanmak için title niteliği!
Geçerli
alt özniteliği aşağıdaki unsurları kullanılabilir:
Elementler | nitelik |
---|---|
<area> | alt |
<img> | alt |
<input> | alt |
Örnekler
Area Örneği
tıklanabilir alanlar ile bir görüntü haritası,:
<img src="planets.gif"
width="145" height="126"
alt="Planets"
usemap="#planetmap">
<map
name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
Kendin dene " Img Örnek
Belirtilen alternatif metin ile bir görüntü:
<img src="smiley.gif" alt="Smiley face">
Kendin dene " Input Örnek
Bir HTML form Gönder düğmesini temsil eden bir görüntü ile:
<form action="demo_form.asp">
First name: <input type="text" name="fname"><br>
<input type="image" src="submit.gif" alt="Submit" width="48" height="48">
</form>
Kendin dene " Tarayıcı Desteği
alt
özellik, her element için şu tarayıcı desteği vardır:
Eleman | |||||
---|---|---|---|---|---|
area | Yes | Yes | Yes | Yes | Yes |
img | Yes | Yes | Yes | Yes | Yes |
input | Yes | Yes | Yes | Yes | Yes |