Usually an image, illustration, diagram, code snippet, etc. followed by a figcaption.
 
    <figure>
  <img
  src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"
  alt="An awesome picture">
  <figcaption>Fig1. MDN Logo</figcaption>
</figure>