Wrap figure tag around an image to improve accessibility

PHOTO EMBED

Tue Dec 22 2020 00:12:46 GMT+0000 (Coordinated Universal Time)

Saved by @Webucation1 #html

<figure>
  <img src="roundhouseDestruction.jpeg" alt="Photo of Camper Cat executing a roundhouse kick">
  <br>
  <figcaption>
    Master Camper Cat demonstrates proper form of a roundhouse kick.
  </figcaption>
</figure>
content_copyCOPY

freecodecamp

https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/improve-chart-accessibility-with-the-figure-element