How should you associate a caption with an image in the <figure> element?
<figure>
Place a <figcaption> element inside the <figure> element
<figcaption>
Use the title attribute in the <img> element
title
<img>
Use the alt attribute in the <img> element
alt
Place a <caption> element inside the <figure> element
<caption>