LEGEND
The legend element represents a title or explanatory caption for the rest of the contents of the legend element's parent element.
SYNTAX
HTML
<legend attribute-name="attribute-value"></legend>
ATTRIBUTES
CSS
legend {
border: none;
display: block;
padding-left: 2px;
padding-right: 2px;
}