質問

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