in reply to following an alt image

As Fletch pointed out the alt value contains a description. This is used by web-browsers that are not able to display images such as lynx.

For example the image code on my web-site:

<img alt="[SuperFrinkLogo]" src="sf_logo.gif">

shows up as [SuperFrinkLogo] when viewed using lynx.

Update: added HTML code.