fieldset name css code example
Example: how to put a name on a fieldset
<!--To put a name on a fieldset, simply use the "legend" tag.-->
<fieldset>
<legend>fieldset name</legend>
</fieldset>
<!--To put a name on a fieldset, simply use the "legend" tag.-->
<fieldset>
<legend>fieldset name</legend>
</fieldset>