Defines and shows a caption for a fieldset. This tag must be placed directly after the fieldset opening tag. Inline element
<legend attributes> ... </legend>
<fieldset>
<legend>A fieldset caption</legend>
<input id=”name” name=”name” type=”text” />
...
</fieldset>