College of Education and Human Development wordmark.

image with caption

This uses the figure and figcaption elements.


    <figure>
        <img src="/assets/images/examples/example.jpg" alt="Example image.">
        <figcaption>Example image</figcaption>
    </figure>
        
Example image.
Example image