PDA

View Full Version : Why do we use alt text on images?



bababangali
10-03-2016, 08:04 AM
Hello friends,

Why do we use alt text on images?

Fli
10-06-2016, 12:13 AM
In case our image no longer exist or visitor has image loading disabled (to reduce internet data transfer) he can see your alt text and it can tell him alot.

<img src="/images/image.jpg" alt="image of me" />

VictorVictories
01-31-2017, 02:43 PM
When browsers are not able to load images properly they display the text that one has put in the alt text field. The text can consist of a word or a sentence that defines the image. Some the software would read the text for visually impaired users.

saarpilosof
02-15-2017, 10:23 AM
The alt text is also displayed if there is an issue with displaying the image when the page renders.

jjohanson
02-18-2017, 02:09 PM
I think alt tag represent your images to search engine.