+ 4
What's rule of alt=""
4 Antworten
+ 5
The alt attribute specifies an alternative text to be displayed in case the image fails to load.
E.g.
<img src="tree.jpg" alt="Blank">
The text blank is displayed if the image tree fails to load.
https://www.sololearn.com/learn/HTML/1030/
+ 4
The alt attribute is the Html attribute used in Html and XHtml documents to specify alternative text(alt text) that is to be rendered when the element to which it is applied cannot be rendered.
The alt attribute is used by "screen reader" software so that a person who is listening to the content of a webpage (for instance, a person who is blind) can interact with this element. Every image should have an alt attribute to be accessible, but it need not contain text. It can be an empty or null attribute: alt=""
+ 4
Absolutely yes Abdelatif
alt=" "
+ 2
So it is alt=" the message ". a message if the image cannot be uploaded due to size, link or source