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)?
Use alt argument of img tag
<img src="url" alt="alternate text"/>