Figure

Usually an image, illustration, diagram, code snippet, etc. followed by a figcaption.

An awesome picture
Fig1. MDN Logo
<figure>
  <img
  src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"
  alt="An awesome picture">
  <figcaption>Fig1. MDN Logo</figcaption>
</figure>
Link to single component view