HTML <figure> Tag
Description
The <figure>
HTML element represents self-contained content, potentially with an optional caption, which is specified using the (<figcaption>
) element. The figure, its caption, and its contents are referenced as a single unit.
Properties
- Permitted Parents
- Any element that accepts Flow content
- Content
- A
<figcaption>
element, followed by the Block, Inline, and text elements and vice versa - Start/End Tags
- Start tag: required, End tag: required
Example
<figure>
<img src="images/sunset.jpg" alt="Sunset" width="300" height="226">
<figcaption>Figure 1 - Painting of a sunset.</figcaption>
</figure>
Attributes
None
Global Attributes
The <figure>
tag also supports the Global Attributes in HTML5
Event Attributes
The <figure>
tag also supports the Event Attributes in HTML5
Browser Support
Desktop | |||||
9 | Yes | 8 | 4 | 11 | 5.1 |
Tablets / Mobile | |||||
![]() |
|||||
Yes | Yes | 4 | 11 | 5.1 | Yes |
Last updated by CSSPortal on: 6th December 2019
HTML Tags
- a
- abbr
- address
- area
- article
- aside
- audio
- b
- base
- bdi
- bdo
- blockquote
- body
- br
- button
- canvas
- caption
- cite
- code
- col
- colgroup
- comment
- datalist
- dd
- del
- details
- dfn
- dialog
- div
- dl
- doctype
- dt
- em
- embed
- fieldset
- figcaption
- figure
- footer
- form
- h1
- h2
- h3
- h4
- h5
- h6
- head
- header
- hr
- html
- i
- iframe
- img
- input
- ins
- kbd
- keygen
- label
- legend
- li
- link
- map
- mark
- menu
- meta
- meter
- nav
- noscript
- object
- ol
- optgroup
- option
- output
- p
- param
- picture
- pre
- progress
- q
- rp
- rt
- ruby
- s
- samp
- script
- section
- select
- small
- source
- span
- strong
- style
- sub
- summary
- sup
- table
- tbody
- td
- textarea
- tfoot
- th
- thead
- time
- title
- tr
- track
- u
- ul
- var
- video
- wbr