Pregunta

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

¿Fue útil?

Solución

Use alt argument of img tag

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

Otros consejos

Use the alt attribute and put the text in there.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top