0
Adding picture in html we use " alt " .What's the full form of "alt " ?
5 Answers
+ 4
alt means alternate
if image fails to load due to some circumstances the alt text will be displayed
+ 1
alt is attribute to img tag.
<img src="pic.jpg" alt="this is a pic" />
+ 1
Alternate
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.
0
Thanks a lot Maruthi, Gano ruiz & mulki..... thanks a lot......