'legend' Syntax and Note : legend « HTML Tag Reference « HTML CSS Reference






'legend' Syntax and Note

Note:

This element inserts a descriptive caption in the container box of 
a <fieldset> element. 

This element must be the first element between the opening and closing 
tags of the <fieldset> element.

This element defines the group of fields contained between the <fieldset> element. 
    
Syntax:
    
<legend attributes events> . . . </legend>
    

      
      








Related examples in the same category

1.'legend' HTML Attributes
2.'legend' Event Handlers
3.'legend' CSS Attributes and JavaScript Style Properties
4.'legend' Example
5.'legend' Microsoft Behaviors
6.'legend' Microsoft Filters
7.'legend' JavaScript Properties
8.'legend' JavaScript Methods
9.'legend' JavaScript Collections
10.'legend' JavaScript Objects