-
@derSchepp While omitting might be valid, oftentimes both might still be necessary. This is how I understand the difference:
html <figure> <img src="cat.png" alt="Sleeping cat on a chair"> <figcaption>Well-deserved nap</figcaption> </figure>
html
<figure>
<img src="cat.png" alt="Sleeping cat on a chair">
<figcaption>Well-deserved nap</figcaption>
</figure>