<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

Can I Use <figure>?

Can I Use figure? Data on support for the figure element across the major browsers from caniuse.com.

Sandbox