<figcaption>
The HTML <figcaption>
element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the <figure>
element which is its immediate ancestor which means <figcaption>
can be the first or last element inside a <figure>
block. Also, the HTML Figcaption Element is optional; if not provided, then the parent figure element will have no caption.
https://developer.mozilla.org/en/docs/Web/HTML/Element/figcaption