The alternative text is known as alt attribute in HTML image tag. When the source of the HTML image tag is missing then the alternative text is shown in place of image. See the example below:
<img src="https://i.stack.imgurr.com/cUizs.jpg" alt="Beroza Paul">
Output:
Beroza Paul
<img src="https://i.stack.imgurr.com/cUizs.jpg" alt="Beroza Paul">
Output:
Beroza Paul
No comments:
Post a Comment