<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form action="handle_fname.php" method="post">
<label for="name">Name:</label>
<input required type="text" name="name" id="name">
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
</body>
</html>