Examine the following code:
<form action="register.php" method="post">
<fieldset>
<legend>Personal Information</legend>
Name: <input type="text" id="name" name="user_name">
<input type="submit" value="Register">
</fieldset>
</form>