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.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
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
Especificação | Status | Comentário |
---|---|---|
HTML Living Standard The definition of '<figcaption>' in that specification. |
Padrão em tempo real | |
HTML5 The definition of '<figcaption>' in that specification. |
Recomendação |
Browser compatibility
BCD tables only load in the browser
The compatibility table in 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>
.