Search w3schools.com:

SHARE THIS PAGE

HTML <legend> Tag


Example

Group related elements in a form:

<form>
  <fieldset>
    <legend>Personalia:</legend>
    Name: <input type="text" size="30"><br>
    Email: <input type="text" size="30"><br>
    Date of birth: <input type="text" size="10">
  </fieldset>
</form>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <legend> tag is supported in all major browsers.


Definition and Usage

The <legend> tag defines a caption for the <fieldset> element.


Differences Between HTML 4.01 and HTML5

In HTML 4.01, the "align" attribute is deprecated, and it is not supported in HTML5. Use CSS to align <legend> elements.


Attributes

Attribute Value Description
align top
bottom
left
right
Not supported in HTML5. Deprecated in HTML 4.01. Specifies the alignment of the caption


Global Attributes

The <legend> tag also supports the Global Attributes in HTML.


Event Attributes

The <legend> tag also supports the Event Attributes in HTML.



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]