<p>The Earth, home to humanity, is beautiful.</p>
<figure>
    <img src="earth.jpg" alt="Earth glowing blue from space">
    <figcaption>Earth viewed from space</figcaption>
</figure>
Rendered Output
<div>
    <img src="earth.jpg" alt="Earth glowing blue from space">
    <figcaption>Earth viewed from space</figcaption>
</div>
<p>The Earth, home to humanity, is beautiful.</p>
<figure>
    <img src="earth.jpg" alt="Earth glowing blue from space">
</figure>
<figure>
    <img src="earth.jpg" alt="Earth glowing blue from space">
    <figcaption>Earth viewed from space</figcaption>
    <p>The Earth, home to humanity, is beautiful.</p>
</figure>
<figure>
    <img src="duck.jpg" alt="A cute duck by the lakeside">
    <figcaption>
        <p>This photo shows a cute duck.</p>
        <p><small>Photo credit: 🌟 News</small></p>
    </figcaption>
</figure>