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.
click here to code.
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>
<legend style="color:#960; font-size:20px;">I am legend</legend>
<p>Here is content blah blah blah...</p>
</fieldset>
0 Response to "legend"
Post a Comment