<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form action="handle_name.php" method="post">
<label for="firstName">First name:</label><br />
<input type="text" id="firstName" name="firstName" autofocus required/><br />
<label for="lastName">Last name:</label><br />
<input type="text" id="lastName" name="lastName" required/><br />
<input type="submit" value="Submit" />
</form>
</body>
</html>