문제

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