Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<legend> : fieldset legend
The LEGEND element allows authors to assign a caption to a FIELDSET. The legend improves accessibility when the FIELDSET is rendered non-visually.
Attributes
-) align = top|bottom|left|right
Deprecated. This attribute specifies the position of the legend with respect to the fieldset. Possible values:
top: The legend is at the top of the fieldset. This is the default value.
bottom: The legend is at the bottom of the fieldset.
left: The legend is at the left side of the fieldset.
right: The legend is at the right side of the fieldset.
Attributes defined elsewhere
-) id, class (document-wide identifiers)
-) lang (language information), dir (text direction)
-) title (element title)
-) style (inline style information)
-) accesskey (access keys)
-) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)


Example

<fieldset>
<legend>legend text </legend>
the text ...
</fieldset>


Gives

legend text the text ...







For complete reference see html reference at W3C
SM..29   SM..30   SM..31   SM..32   SM..33   SM..34   SM..35   SM..36   SM..37   SM..38   SM..39   SM..40   SM..41   SM..42  
SM..43   SM..44   SM..45   SM..46   SM..47   SM..48   SM..49   SM..50   SM..51   SM..52   SM..53   SM..54   SM..55   SM..56  
SM..57   SM..58   SM..59   SM..60   SM..61   SM..62   SM..63   SM..64   SM..65   SM..66   SM..67   SM..68   SN..1   SN..2  
SN..3   SN..4   SN..5   SN..6   SN..7   SN..8   SN..9   SN..10   SN..11   SN..12   SN..13   SN..14   SN..15   SN..16  
SN..17   SN..18   SN..19   SN..20   SN..21   SN..22   SN..23   SN..24   SN..25   SN..26   SN..27   SN..28   SN..29   SN..30  
SN..31   SN..32   SN..33   SN..34   SN..35   SN..36   SN..37   SN..38   SN..39   SN..40   SN..41   SN..42   SN..43   SN..44