Definiție și utilizare
alt atribut furnizează informații alternative pentru o imagine în cazul în care un utilizator pentru un motiv oarecare nu se poate vizualiza (because of slow connection, an error in the src attribute, or if the user uses a screen reader) din (because of slow connection, an error in the src attribute, or if the user uses a screen reader) în (because of slow connection, an error in the src attribute, or if the user uses a screen reader) care (because of slow connection, an error in the src attribute, or if the user uses a screen reader) de (because of slow connection, an error in the src attribute, or if the user uses a screen reader) .
Note: alt este necesar pentru atributul <img> element.
Note: Pentru <input> elemente, alt atribut poate fi utilizat numai cu <input type="image"> .
Tip: Pentru a crea un tooltip pentru o imagine, utilizați title atributul!
Se aplică la
alt atribut poate fi utilizat pe următoarele elemente:
element | Atribut |
---|---|
<area> | alt |
<img> | alt |
<input> | alt |
Exemple
Area Exemplu
O imagine hartă, cu zone de clickable:
<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>
Încearcă - l singur » Img Exemplu
O imagine cu un text alternativ specificat:
<img src="smiley.gif" alt="Smiley face">
Încearcă - l singur » Input Exemplu
Un HTML form cu o imagine care reprezintă butonul de trimitere:
<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>
Încearcă - l singur » Suport pentru browser-
alt
atribut are următorul suport de browser pentru fiecare element:
Element | |||||
---|---|---|---|---|---|
area | Yes | Yes | Yes | Yes | Yes |
img | Yes | Yes | Yes | Yes | Yes |
input | Yes | Yes | Yes | Yes | Yes |