Figcaption tag for html
<figure>
<img src="pic_trulli.jpg" alt="Trulli" style="width:100%"><figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure>
Definition and Usage
The <figcaption> tag defines a caption for a <figure> element.
The <figcaption> element can be placed as the first or last child of the <figure> element.

0 Comments