Tips
All Tips ]

An easy information balloon for your images

Some older browsers cannot display the images on your site. What's more, some users browse with the images turned off. It can thus be useful to add a replacement text if the image is not loaded.

In your HTML code, you add the command ALT in the tag for your image as follows:

<img src="image" alt="text">

Where image is your image filename and text is the text that will be displayed if the image is not displayed, or when mousing-over the image.

Moreover, the text assigned to the attribute ALT is recognized by most search engines when indexing your site.

Surfin' Webmaster

Discover all Webmaster tips.