The legend element represents a title or explanatory caption for the rest of the contents of the legend element’s parent element.
phrasing content
common attributes
A legend element must have both a start tag and an end tag.
fieldset
interface HTMLLegendElement : HTMLElement { readonly attribute HTMLFormElement form; };