A <fieldset>
element can
be placed outside of the
<form>
element.
It will still be a part of
the same form.
We can achieve this by adding
the form
attribute.
Value of this form
attribute
will be the id of the form
element.
Let us take a look at an example: