HTML5 Tutorials & More

<legend> Tag

The legend element defines a caption for the <fieldset>, <figure>, and the <details> elements.

Supported In HTML4: Yes

Supported In HTML5: Yes

HTML4 vs HTML5 Differences: n HTML 4.01 the <legend> tag only applies to the <fieldset> element. In HTML 5 the <legend> tag applies to the elements: <fieldset>, <figure>, and <details> The align attribute is not supported in HTML 5. Use CSS instead.

Attributes

Standard Attributes

All standard attributes are supported.

Event Attributes

All event attributes are supported.

HTML5 Tags