SyntaxFix
Write A Post
Hire A Developer
Questions
You can use HTML5 <figcaption>:
<figcaption>
<figure> <img src="img.jpg" alt="my img"/> <figcaption> Your text </figcaption> </figure>
Working example.