I'm updating the structure of my site for HTML5 semantics, and this has given me some doubts. Such as:
I need to adjust my image on the site, can I put class
in the figure?
What can I do to stay within the HTML5 standard?
<figure class="ajusteimg">
<img src="./propaganda_rotativa/supportgv.png" />
</figure>