Figure and caption (figure-figcaption)
Ensure captioned images and diagrams are marked up with a <figure> element containing a <figcaption>.
figcaption without figure:
In this example <figcaption> is used without a <figure> element

<img src="../../../assets/images/diagram.png" width="500"
alt="A network diagram" />
<figcaption>Diagram showing network connections.</figcaption>
<figcaption>Diagram showing network connections.</figcaption>