Captions
To add a caption to an image or GIF, define the image in a figure tag and include a title. The caption text will be centered below the image, and the font will be slightly smaller than that of a paragraph.
<figure> <title>This is a caption for the figure.</title> <image src="resources\logo.png" style="medium" /> </figure>