<figcaption>: O elemento de legenda da figura
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
O Elemento HTML Figcaption (<figcaption>
) representa uma legenda ou uma legenda associada com uma figura ou ilustração descrita pelo resto dos dados do elemento <figure>
que seu elemento pai.
Experimente
Categorias de conteúdo | Nenhuma. |
---|---|
Conteúdo permitido | Flow content. |
Omissão de Tag | Nenhuma, tanto a tag de início quanto a de fim são obrigatórias. |
Elemento Pai Permitido | Um Elemento <figure> |
Interface DOM | HTMLElement |
Atributos
Esse elemento possui somente os atributos globais.
Exemplos
Por favor, consulte a página <figure>
para visualizar o exemplos do elemento <figcaption>
.
Especificações
Specification |
---|
HTML # the-figcaption-element |
Compatibilidade com navegadores
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
figcaption |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Veja também
- O elemento
<figure>
.