The code for inserting an image in an HTML page is
cimgsrc="" alt="">. The alt attribute is used for
Answers
Answered by
11
Answer:-
Given html code,
<img src="" alt="">
The alt attribute is used to display the alternate text for the website. In the specified location, if the image is not found or if it's not loading due to network problem then the alternate text will be displayed there in the browser.
Similar questions