Örnek
Gönder düğmesini temsil eden bir görüntü ile bir HTML formu:
<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 " Tanımı ve Kullanımı
alt özniteliği kullanıcı için alternatif bir metin sağlar, nedense o / o görüntüyü görüntüleyemezseniz (because of slow connection, an error in the src attribute, or if the user uses a screen reader) .
Note: alt niteliği yalnızca ile kullanılabilir <input type="image"> .
Tarayıcı Desteği
nitelik | |||||
---|---|---|---|---|---|
alt | Evet | Evet | Evet | Evet | Evet |
HTML 4.01 ve HTML5 Arasındaki Farklar
YOK.
Sözdizimi
<input alt=" Özellik Değerleri değer Açıklama text görüntü için bir alternatif metin belirtir