The <figcaption> tag specifies a caption for a <figure> element, and it can be positioned as the first or last child within a <figure>.
The <img> element specifies the actual image or illustration.
Example
<figure> <img src=”pic_trulli.jpg” alt=”Trulli”> <figcaption>Fig1. – Trulli, Puglia, Italy.</figcaption> </figure> |