Most Powerful Open Source ERP

Guideline Image Must Have Alt Attribute For Automatic Captioning

Always add manually or dynamically.
  • Last Update:2017-04-10
  • Version:001
  • Language:en

Image Must Have Alt Attribute For Automatic Captioning

To add formatted captions to images, the image alt attribute will be used.

Good Example:

<img alt="Title of this image" src=".." />

Bad Example:

<img src=".." />
<img alt="" src=".." />