legend

legend
HTML legend Element
The HTML <legend> element is used to apply a caption for the contents of its parent element. It is usually placed inside of a<filedset> element for use in designating form sections.
HTML CODE EXAMPLE
<fieldset style="background:#FFF3CA; border:#960 1px solid;">
  <legend style="color:#960; font-size:20px;">I am legend</legend>
  <p>Here is content blah blah blah...</p>
</fieldset>
 
I am legendHere is content blah blah blah...
  click here to code.

0 Response to "legend"

Post a Comment