HTML Element: <figcaption>
[this page | pdf | back links]
The HTML <figcaption> element indicates a
caption for a <figure>
element. It is new in HTML 5. It can be the first or the last child element of
the <figure>
element.
To create or access such
an element in JavaScript
see here. The
corresponding HTML DOM
object supports standard
DOM properties and methods. The default style applicable to this element is
shown here.
NAVIGATION LINKS
Contents | Prev | Next | HTML Elements