Search code examples
htmllynx

Display message only in Lynx?


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


Solution

  • Use alt argument of img tag

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