HTML 5: The Markup Language (ARIA Edition)

legendtitle or explanatory caption # T

The legend element represents a title or explanatory caption for the rest of the contents of the legend element’s parent element.

Content model #

Attribute model #

Element-specific attributes #

Tag omission #

A legend element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

legend {
display: block;
padding-left: 2px;
padding-right: 2px;
border: none; }