Computer Science, asked by Anonymous, 1 month ago

Name the attributes of <IMG> element which is used to replace the image with a text, in case image doesn’t browse.​

Answers

Answered by SherlockHolmes221b
1

Answer:

alt attribute

Explanation:

example:

<img src="./me.png" alt="my headshot"/>

In case, the browser fails to load the image from "./me.png," then the alternate text "my headshot" appears in place of the image (with a small broken image icon).

Similar questions