Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML legend definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: inline element

Syntax

<legend> ... </legend>

Description

Defines a legend of caption for a fieldset.

Attributes

Attribute Description
align

Deprecated. Alignment of the legend. Values:

  • top
  • bottom
  • left
  • right

Common attributes.

Example

[Try this example yourself]
<fieldset>
  <legend>
    Legend
  </legend>
  Fieldset content
</fieldset>

Output

Legend Fieldset content
  • Comments

No comments added.