+ 1
What does the command <alt="" /> do?
4 odpowiedzi
+ 10
<img src="IMAGE_LOCATION" alt="TEXT"/> can be used to display an image in HTML. "alt" is used to display some text in case the image can't be loaded.
+ 2
The required alt attribute specifies an alternate text for an image, if the image cannot be displayed. The alt attribute provides alternative information for an image. Also It helps search engines understand what an image is about. 😃
+ 1
so we can write in it??