Easy Tutorial
❮ Att Source Srcset Tag Thead ❯

HTML <legend> align Attribute

HTML <legend> Tag

Example

Align the caption to the right:


Browser Support

Except for Opera, other major browsers support the "left" and "right" values of the align attribute. Very few major browsers support the "bottom" value.


Definition and Usage

In HTML 4.01, the align attribute of <legend> has been deprecated.

The align attribute specifies the alignment of the caption within the fieldset.


Syntax

Attribute Values

Value Description
left Aligns the caption to the left (default).
right Aligns the caption to the right.
top Aligns the caption to the top.
bottom Aligns the caption to the bottom.

❮ Att Source Srcset Tag Thead ❯