longdesc attribute

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search

In HTML, longdesc is an attribute used within the image element, frame element, or iframe element. It is used to reference a long description website of the image, frame, or iframe in question.[1]

While longdesc was designed to be used by screen readers to display image information for computer users with accessibility issues, such as the blind or visually impaired,[2] it is actually seldom used for this purpose, because there are relatively few authors who use the attribute, and most of those authors use it incorrectly.[3]

Example

<img src="Hello.jpg" longdesc="description.html">

Content of description.html:

...
<p>This is an image of a two-layered birthday cake.</p>
...

Linking to the long description in the text

Since very few browsers and screen readers do make the link available at all, it is advisable to include a link to the description page near the img element.

Example

<img src="Hello.jpg" longdesc="description.html"> [<a href=
"description.html" title="long description of the image">D</a>]

Obsoleting longdesc

HTML5 forbids the usage of the longdesc attribute by authors, due to it limited use.[4]

See also

References

External links

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...