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