Definition and Usage The longdesc attribute specifies the URL of a page that contains a (long) description of the image. This attribute is...
Definition and Usage
The longdesc attribute specifies the URL of a page that contains a (long) description of the image.This attribute is used for browsers that does not support images (like text only browsers or non-visual browsers).
The alt text of the image is useful for describing images, however, for longer and more detailed descriptions it is recommended to use the longdesc attribute and a separate page.
Syntax
<img longdesc="URL" /> |
Syntax Example
<img longdesc="demo_img_longdesc.htm" /> |
Attribute Values
Value | Description |
---|---|
URL | The web address of description page. Possible values:
|