Back to main menu.

Image Example


There are several ways of providing textual information so that it can be recognized by assistive technology devices. For instance, the Web designers can use the alt attribute of the <img> tag to include text that describes the picture. The example image below illustrates how this is done:



this is java logo image



source code for above :


<img src="logo_java_grey.gif" alt="this is java logo image">