HTML img longdesc Attribute

HTML <img> tag : Several examples of how to use the longdesc attribute

Definition and Usage

The longdesc attribute specifies a hyperlink to a detailed description of an image.

Browser Support

Attribute
longdesc Not supported Not supported Not supported Not supported Not supported

Syntax

<img longdesc="string">

Attribute Values

Value Description
string

A hyperlink to a detailed description of an image.

Possible values:

  • An id to another element
  • An absolute URL - points to another web site (like longdesc="http://www.example.com/description.txt")
  • A relative URL - points to a file within a web site (like longdesc="description.txt")

❮ HTML <img> tag