tag "legend"
<fieldset>
tag should contain
legend
tag in order the fieldbox to have title
<form action="/action_page.php">
 <fieldset>
  <legend>Personalia:</legend>
  <label for="fname">First name:</label><input type="text" id="fname" name="fname"><br><br>
  <label for="lname">Last name:</label><input type="text" id="lname" name="lname"><br>
 </fieldset>
</form>
by Valeri Tandilashvili
5 years ago
HTML
tags
HTML Tutorial for Beginners
2
Pro tip: use ```triple backticks around text``` to write in code fences