As explained in the docs, using figure
for inserting images in a post, creates something like this:
<figure>
<img src="/media/spf13.jpg" />
<figcaption>
<h4>Steve Francia</h4>
</figcaption>
`` ````
- Is it a good way to use
<h4>
tags for image captions regarding SEO? Is it possible to just use figcaption only? - Is there a way to define the image title attribute with figure?