<legend>
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.
Resumo
O **Elemento HTML <legend> **(ou Elemento HTML Campo "Legend") representa um rótulo para o conteúdo do seu ancestral <fieldset>
.
- Categorias de Conteúdo Nenhuma.
- Conteúdo permitido Conteúdo Textual.
- Omissão de Tag None, both the starting and ending tag are mandatory.
- Elementos ancestrais permitidos Um
<fieldset>
cujo primeiro filho seja esse elemento <legend> - Interface DOM
HTMLLegendElement
Atributos
Esse elemento apenas inclui os atributos globais.
Exemplos
Veja <form>
para exemplos sobre <legend>
.
Especificações
Specification |
---|
HTML Standard # the-legend-element |
Compatibilidade com navegadores
BCD tables only load in the browser
Veja Também
- Outros elementos relacionados a formulários:
<form>
,<option>
,<label>
,<button>
,<select>
,<datalist>
,<optgroup>
,<fieldset>
,<textarea>
,<input>
,<output>
,<progress>
and<meter>
.