The align attribute of the LEGEND element specifies the alignment of the fieldset caption.
<legend align="right">fieldset legend</legend>
Attribute |
Value |
Explanation |
align=" " |
top |
aligns to the top (default) |
bottom |
aligns to the bottom |
left |
aligns to the left |
right |
aligns to the right |
center |
aligns to the center (Extension) |
The use of this attribute is deprecated. (Use CSS instead)
Example