HTML <figcaption> Tag with a Nested 'cite' Element

<figure>
<p>To move, to breathe, to fly, to float,<br>
To gain all while you give,<br>
To roam the roads of lands remote,<br>
To travel is to live.</p>
<figcaption><cite>Hans Christian Andersen</cite></figcaption>
</figure>

The above example demonstrates usage of the <figcaption> element with a nested <cite> element.

In this example, the <figure> element contains a poem, and the <figcaption> element contains the <cite> element with the author of the poem as its contents.