Image with Caption

Example using figure and figcaption.

Preview

Code

<figure>
<img src="https://via.placeholder.com/300x150" alt="Example Image">
<figcaption>Example image caption</figcaption>
</figure>

More HTML Images Examples (11)