Adding picture in html we use " alt " .What's the full form of "alt " ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Adding picture in html we use " alt " .What's the full form of "alt " ?

24th Apr 2017, 3:35 AM
Anik Kumar Krish
Anik Kumar Krish - avatar
5 Answers
+ 4
alt means alternate if image fails to load due to some circumstances the alt text will be displayed
24th Apr 2017, 3:40 AM
onekpsc
+ 1
alt is attribute to img tag. <img src="pic.jpg" alt="this is a pic" />
24th Apr 2017, 5:32 AM
Yusuf Malikul Mulki
Yusuf Malikul Mulki - avatar
+ 1
Alternate
24th Apr 2017, 10:44 AM
Azzaz Khan
Azzaz Khan - avatar
0
if you put a img of a puppies and the browser can't find it in the source you put (SRC="puppies.jpg", the alt="pic of puppies" will be shown in the box of the img.
24th Apr 2017, 3:59 AM
Gabo Ruiz
Gabo Ruiz - avatar
0
Thanks a lot Maruthi, Gano ruiz & mulki..... thanks a lot......
24th Apr 2017, 8:39 AM
Anik Kumar Krish
Anik Kumar Krish - avatar