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)?

Était-ce utile?

La solution

Use alt argument of img tag

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

Autres conseils

Use the alt attribute and put the text in there.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top