Align the caption to the right:
![]()
The "left" and "right" values of the align attribute is supported in all major browsers, except Opera. The "bottom" value does not work in any of the major browsers.
The <legend> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <legend> is deprecated in HTML 4.01.
The align attribute specifies the alignment of the caption in a fieldset.
| Value | Description |
|---|---|
| left | Aligns the caption to the left (this is default) |
| right | Aligns the caption to the right |
| top | Aligns the caption at the top |
| bottom | Aligns the caption at the bottom |
HTML <legend> tag
Your message has been sent to W3Schools.