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=".." />