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.

Related Posts :

  • br br The HTML <br> element is used to create a line break in your content. HT… Read More...
  • caption caption The HTML <caption> element is used to specify the title of the <… Read More...
  • button button The HTML <button> element is a multipurpose button component. The but… Read More...
  • canvas canvas NOTE: This new element is HTML5 and will be a standardized element in 2014. … Read More...
  • body body The HTML <body> element is the main display container for the web docum… Read More...

0 Response to "legend"

Post a Comment