<html>
<body>
<form action="demo_form_method_post.php" method="post" target="_blank">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
<input type="submit" value="Submit">
</form>
<p>Click on the submit button, and the input will be sent to a page on the server called "demo_form_method_post.php".</p>
</body>
</html>