Jak umieścić nazwę na polu
<!--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>