x
 
<!DOCTYPE html>
<html>
<body>
<form>
  <fieldset disabled="disabled">
    <legend>Personalia:</legend>
    Name: <input type="text" /><br />
    Email: <input type="text" /><br />
    Date of birth: <input type="text" />
  </fieldset>
</form>
</body>
</html>