Group a set of related controls in a form together. When a form contains a lot
of fields it can be useful to group some of these fields together because they
are related. The browser can use this group to define the tabbing order.
With the LEGEND element you can set a caption
for a FIELDSET.
This element is only valid inside the FORM element.