
While designing any form we will get requirement of legend tag for good look and feel. We can design the form using bootstrap 4 and legend like this
<fieldset class="border p-2">
<legend class="w-auto">
Fleet Search
</legend>
</fieldset>