<figure>
The HTML <figure>
element represents self-contained content, frequently with a caption (<figcaption>
), and is typically referenced as a single unit. While it is related to the main flow, its position is independent of the main flow. Usually this is an image, an illustration, a diagram, a code snippet, or a schema that is referenced in the main text, but that can be moved to another page or to an appendix without affecting the main flow.
https://developer.mozilla.org/en/docs/Web/HTML/Element/figure