سؤال

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"/>

نصائح أخرى

Use the alt attribute and put the text in there.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top