Use a <figure> element to mark up a photo in a document. The <figure> element also contains a caption:
![]()
The <figcaption> tag is supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 8 and earlier versions, do not support the <figcaption> tag.
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.
The <figcaption> tag is new in HTML5.
The <figcaption> tag also supports the Global Attributes in HTML.
The <figcaption> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.