what's means of alt? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what's means of alt?

alt=""

26th Aug 2016, 11:58 AM
OneZero
5 Answers
+ 4
The alt attribute, or alternate, attribute is used if your picture cannot be read by the browser, which just means the browser cannot display the picture. If that is the case, whatever text you input for your alt tag, will show instead of the picture. Hope this helps!
26th Aug 2016, 1:02 PM
Kris
0
when a browser can't display an image it will display the text fron alt instead
26th Aug 2016, 12:13 PM
Dina Dinarax
Dina Dinarax - avatar
0
thanks guys
26th Aug 2016, 2:12 PM
OneZero
0
Alt is an attribute used with <IMG> tag for for displaying the description of the image ( text based) if image does not load. eg. <IMG src="dog.jpg" alt="this is a picture of dog" />
26th Aug 2016, 3:22 PM
Dipak Kumar Prasad
Dipak Kumar Prasad - avatar
0
alternative text if browser does not load img
2nd Jan 2017, 5:12 AM
Rohit Sharma
Rohit Sharma - avatar