Question

I have an image with text in it on a website. Is there a way to show the plain text in place of the image if images are disabled (including Lynx)?

Was it helpful?

Solution

Use alt argument of img tag

<img src="url" alt="alternate text"/>

OTHER TIPS

Use the alt attribute and put the text in there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top