<figcaption>: O elemento de legenda da figura
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 (en-US) | Nenhuma. |
---|---|
Conteúdo permitido | Flow content (en-US). |
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 (en-US) |
Atributos
Esse elemento possui somente os atributos globais (en-US).
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 |
Compatibilidade com navegadores
BCD tables only load in the browser
Veja também
- O elemento
<figure>
.