HTML5 The Figure Element
Figure and figcaption element
<figure>
<img src='image.jpg' alt='About image' />
<figcaption>
<p>This is an image of something interesting. </p>
</figcaption>
</figure>
<figure>
<img src='image.jpg' alt='About image' />
<figcaption>
<p>This is an image of something interesting. </p>
</figcaption>
</figure>