Como colocar um nome em um campos
<!--To put a name on a fieldset, simply use the "legend" tag.-->
<fieldset>
<legend>fieldset name</legend>
</fieldset>
Hungry Hornet
<!--To put a name on a fieldset, simply use the "legend" tag.-->
<fieldset>
<legend>fieldset name</legend>
</fieldset>