July 1998
Intermediate to advanced
1456 pages
65h 5m
English
ALT — NN n/a IE 4 HTML 4
ALT=”textMessage"Optional
If a browser is not capable of displaying graphical images (or has
the feature turned off), the text assigned to the
ALT attribute is supposed to display in the
document where the image INPUT element’s tag
appears. Typically, this text provides advice on what the page
visitor is missing by not being able to view the image.
image
<INPUT TYPE="image" NAME="icon" SRC="sndIcon.gif" ALT="Sound Icon">
Any quoted string of characters.
None.
[window.]document.formName.inputName.alt
[window.]document.forms[i].elements[i].alt
[window.]document.all.elementID.alt
Read now
Unlock full access